summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-05-06 07:13:33 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-05-06 07:13:33 +0000
commite61436c5961f7b077c25a091765aa6fc445945d4 (patch)
treee76c25b14c7eb35fe42a2655b3a64fa38445024f /src
parent13ebb3bb8dc33372a621e371559121446d6ad863 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)