Author: AlbrechtS
Date: 2010-05-06 00:13:33 -0700 (Thu, 06 May 2010)
New Revision: 7593
Log:
Fixed typo in src/CMakeLists.txt and added missing objective-c++ files


Modified:
   branches/branch-1.3/src/CMakeLists.txt

Modified: branches/branch-1.3/src/CMakeLists.txt
===================================================================
--- branches/branch-1.3/src/CMakeLists.txt      2010-05-05 20:44:50 UTC (rev 
7592)
+++ branches/branch-1.3/src/CMakeLists.txt      2010-05-06 07:13:33 UTC (rev 
7593)
@@ -194,7 +194,8 @@
 )
 
 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)
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to