summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-24 16:12:12 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-24 21:08:17 +0300
commit889ea19ddd5b4240375793d5030a04ed4642ec66 (patch)
treed1694423834f8d4be86383ad28702845dfdadf2f /src/CMakeLists.txt
parentb70bbf075a20524e6c1859fb18db0865c65182ca (diff)
downloadplus-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.gz
plus-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.bz2
plus-889ea19ddd5b4240375793d5030a04ed4642ec66.tar.xz
plus-889ea19ddd5b4240375793d5030a04ed4642ec66.zip
extract surface draw into surfacegraphics class.
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 fc7bfa8c8..cd4be5cd6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -708,6 +708,8 @@ SET(SRCS
sprite.h
statuseffect.cpp
statuseffect.h
+ surfacegraphics.cpp
+ surfacegraphics.h
text.cpp
text.h
textmanager.cpp