summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-06 18:53:10 +0000
committerManolo Gouy <Manolo>2016-03-06 18:53:10 +0000
commit09cc0a9aab8190af9b07237e10b570f441fa8a9a (patch)
tree746d45ab843ef1992bae94293fe73c9c8a168cc6 /src/CMakeLists.txt
parent5c1e50b128f7c6b3c6bfee74a9d625cbbd103277 (diff)
Build with SDL driver needs to know also the Fl_Image_Surface class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2dca3db10..2751947b5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -216,6 +216,7 @@ elseif (USE_SDL)
drivers/SDL/Fl_SDL_Window_Driver.cxx
drivers/SDL/Fl_SDL_Graphics_Driver.cxx
drivers/SDL/Fl_SDL_Copy_Surface.cxx
+ drivers/SDL/Fl_SDL_Image_Surface.cxx
)
set(DRIVER_HEADER_FILES
drivers/Pico/Fl_Pico_System_Driver.H
@@ -228,6 +229,7 @@ elseif (USE_SDL)
drivers/SDL/Fl_SDL_Window_Driver.H
drivers/SDL/Fl_SDL_Graphics_Driver.H
drivers/SDL/Fl_SDL_Copy_Surface.H
+ drivers/SDL/Fl_SDL_Image_Surface.H
)
elseif (APPLE)