summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-29 23:02:41 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-29 23:02:41 +0300
commitd02762b6dc35e1564e5d1cc7458458f824f251f9 (patch)
treec4ba5c106eab0561d7fd82b5cc076ecae3306823 /src/CMakeLists.txt
parentbe877e12682b6f0e697b024f96a1dcaf4d0c8206 (diff)
downloadplus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.gz
plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.bz2
plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.tar.xz
plus-d02762b6dc35e1564e5d1cc7458458f824f251f9.zip
Add imagegraphics for drawing into texture/image.
For now it empty.
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 c96f270c9..a251f51ce 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -872,6 +872,8 @@ SET(SRCS
notifymanager.h
options.h
render/graphicsdef.hpp
+ render/imagegraphics.cpp
+ render/imagegraphics.h
render/graphics_calcImageRect.hpp
render/graphics_drawImageRect.hpp
render/nullopenglgraphics.cpp