summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a62a4999a..94ca5db90 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -178,15 +178,15 @@ elseif (APPLE)
# FILE(GLOB DRIVER_FILES drivers/Quartz/Fl_Quartz_Graphics_Driver_*.cxx)
set(DRIVER_FILES
- driversQuartz/Fl_Quartz_Graphics_Driver.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_color.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_rect.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_font.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_vertex.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_image.cxx
- driversQuartz/Fl_Quartz_Printer_Graphics_Driver.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_arci.cxx
- driversQuartz/Fl_Quartz_Graphics_Driver_line_style.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx
+ drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
+ 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
)
else ()