From 8340a5b04420d2c456618245371cc6e268e5fa5d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 2 Jun 2017 20:26:43 +0300 Subject: Add custom image to image blit function based on fuction from sdl_gfx SDL_gfxBlitRGBA. --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.2.3-60-g2f50