summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-10 13:04:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-10 13:04:24 +0000
commit478d6336200d18630abd0d77c512e28fb2b931d0 (patch)
tree7d357beb15a6a4697f4c86be95397bf0851f5443 /src/CMakeLists.txt
parent572b7fe0b83dbd86e85a7f36a7fa221511d834c5 (diff)
More device and driver setup.
- building the base structure to have a screen driver, a window driver, and a system driver - still pondering over the exact implementation git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ce66cbcb6..c391aba81 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -202,9 +202,15 @@ elseif (APPLE)
drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx
drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
+ drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx
+ drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
+ drivers/Darwin/Fl_Darwin_System_Driver.cxx
)
set(DRIVER_HEADER_FILES
drivers/Quartz/Fl_Quartz_Graphics_Driver.h
+ drivers/Cocoa/Fl_Cocoa_Window_Driver.h
+ drivers/Cocoa/Fl_Cocoa_Screen_Driver.h
+ drivers/Darwin/Fl_Darwin_System_Driver.h
)
else ()