From e61436c5961f7b077c25a091765aa6fc445945d4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 6 May 2010 07:13:33 +0000 Subject: [PATCH] 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 --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f4e2ce6ca..25713fe51 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)