diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-29 23:02:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-29 23:02:41 +0300 |
commit | d02762b6dc35e1564e5d1cc7458458f824f251f9 (patch) | |
tree | c4ba5c106eab0561d7fd82b5cc076ecae3306823 /src/CMakeLists.txt | |
parent | be877e12682b6f0e697b024f96a1dcaf4d0c8206 (diff) | |
download | plus-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.txt | 2 |
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 |