summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-15 18:57:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-15 18:58:08 +0300
commit1ffeeb5d960ecf45ff285b8045265bb38de86b18 (patch)
treef3e0a40a39cf0b00376d0201eee53e13e7592c5c /src/CMakeLists.txt
parent559bd8c3275b05cf061813094a880223f343cff5 (diff)
downloadplus-1ffeeb5d960ecf45ff285b8045265bb38de86b18.tar.gz
plus-1ffeeb5d960ecf45ff285b8045265bb38de86b18.tar.bz2
plus-1ffeeb5d960ecf45ff285b8045265bb38de86b18.tar.xz
plus-1ffeeb5d960ecf45ff285b8045265bb38de86b18.zip
Add safeopenglimagehelper for using in safe opengl mode only.
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 aad4324d5..27ed1dbef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -703,6 +703,8 @@ SET(SRCS
resources/resource.h
resources/resourcemanager.cpp
resources/resourcemanager.h
+ resources/safeopenglimagehelper.cpp
+ resources/safeopenglimagehelper.h
resources/sdl2imagehelper.cpp
resources/sdl2imagehelper.h
resources/sdl2softwareimagehelper.cpp