summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-29 15:24:33 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-29 15:24:33 +0000
commit222243bc865df5f6531e6ec7d20c3b1b072d1ee6 (patch)
tree77d171db9767483f808c3c06aa75a1de3ae4d64e /src/CMakeLists.txt
parent72dda7f35a11ca0fedac1ba5047db6988fb16299 (diff)
Made OpenGL driver compile by itself instead of including files from another .cxx file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11083 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 94ca5db90..cc8c7e59b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -178,6 +178,7 @@ elseif (APPLE)
# FILE(GLOB DRIVER_FILES drivers/Quartz/Fl_Quartz_Graphics_Driver_*.cxx)
set(DRIVER_FILES
+ drivers/Quartz/Fl_Quartz_Display_Device.cxx
drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx
drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx
@@ -223,6 +224,15 @@ set(GLCPPFILES
gl_start.cxx
glut_compatability.cxx
glut_font.cxx
+ drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_image.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_line_style.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx
+ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx
)
set(IMGCPPFILES