summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-17 18:43:03 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-17 18:45:18 +0300
commita3eae284bfdb06ea5501230705f19e75e6a0173d (patch)
treece5c7bbd965b2cea59c7d3cae7921eaf8b22d11e /src/CMakeLists.txt
parent9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (diff)
downloadplus-a3eae284bfdb06ea5501230705f19e75e6a0173d.tar.gz
plus-a3eae284bfdb06ea5501230705f19e75e6a0173d.tar.bz2
plus-a3eae284bfdb06ea5501230705f19e75e6a0173d.tar.xz
plus-a3eae284bfdb06ea5501230705f19e75e6a0173d.zip
Move textchunksmall into separate file.
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 404604a65..3742b845f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -427,6 +427,8 @@ SET(SRCS
gui/setupactiondata.h
gui/fonts/font.cpp
gui/fonts/font.h
+ gui/fonts/textchunksmall.cpp
+ gui/fonts/textchunksmall.h
gui/windows/shopwindow.cpp
gui/windows/shopwindow.h
gui/windows/shortcutwindow.cpp