mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
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:
+2
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user