summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
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)