diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:43:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:45:18 +0300 |
commit | a3eae284bfdb06ea5501230705f19e75e6a0173d (patch) | |
tree | ce5c7bbd965b2cea59c7d3cae7921eaf8b22d11e /src/CMakeLists.txt | |
parent | 9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (diff) | |
download | plus-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.txt | 2 |
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 |