summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-28 00:48:42 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-28 00:48:42 +0000
commit74aa645d8f4193b3796a6cd1e8ccea20cfb9f9ea (patch)
tree1e3e798761cee6d2f6f165399fd18e36b3908365 /src
parent6d72d430e4b1c4640ca52bb7516d17890583ca63 (diff)
Fix silly copy-and-change error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 ()