diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-09 12:33:49 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-09 12:33:49 +0000 |
| commit | dee0f5a82452da4334f269ceaee01f2d3df01bc0 (patch) | |
| tree | 623342a10087b340f301490b4bc7fc4cfc0bea8c /src/CMakeLists.txt | |
| parent | 99a6faa5131f95cedf978484000fcefec3e6dff4 (diff) | |
Strip Graphics Driver related ifdefs.
- removed more ifdef's from the graphics drivers
- moved functionality into the driver files themselves
- updated CMakeList.txt
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4225b5377..ad0572e3c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -159,6 +159,7 @@ if (USE_X11) # X11 (including APPLE with X11) set(DRIVER_FILES + drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx @@ -198,6 +199,7 @@ else () # Windows (GDI) set(DRIVER_FILES + drivers/GDI/Fl_GDI_Graphics_Driver.cxx drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx |
