diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d0fa5f27a..47cbd4f76 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -787,6 +787,8 @@ SET(SRCS resources/sdl2softwareimagehelper.h resources/sdl2softwarescreenshothelper.cpp resources/sdl2softwarescreenshothelper.h + resources/sdlgfxblitfunc.cpp + resources/sdlgfxblitfunc.h resources/sdlimagehelper.cpp resources/sdlimagehelper.h resources/sdlmusic.cpp @@ -1761,6 +1763,8 @@ SET(DYE_CMD_SRCS resources/sdl2softwareimagehelper.h resources/sdl2imagehelper.cpp resources/sdl2imagehelper.h + resources/sdlgfxblitfunc.cpp + resources/sdlgfxblitfunc.h resources/sdlimagehelper.cpp resources/sdlimagehelper.h resources/sdlmusic.cpp |