Fixed typo in src/CMakeLists.txt and added missing objective-c++ files

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2010-05-06 07:13:33 +00:00
parent 13ebb3bb8d
commit e61436c596

View File

@ -194,7 +194,8 @@ set(CFILES
)
if(APPLE)
set_source_file_properties(Fl.cxx
set_source_files_properties(
Fl.cxx Fl_Native_File_Chooser.cxx Fl_Printer.cxx
PROPERTIES COMPILE_FLAGS "-x objective-c++")
endif(APPLE)