From 74aa645d8f4193b3796a6cd1e8ccea20cfb9f9ea Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 28 Jan 2016 00:48:42 +0000 Subject: [PATCH] Fix silly copy-and-change error. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/CMakeLists.txt | 18 +++++++++--------- 1 file 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 ()