diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 21:36:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 21:36:26 +0300 |
commit | 55ff7fa3903b470ea7b4c74fb371252ec67e5e33 (patch) | |
tree | 2ed89159e8ac64744ae6ddae602adc7a0c3b7866 /src/CMakeLists.txt | |
parent | 49a7df51386e49d51b7bdd626265f61be3833a3d (diff) | |
download | plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.gz plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.bz2 plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.xz plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.zip |
Move textureatlas into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f6dd8a190..c8f308adf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -597,6 +597,7 @@ SET(SRCS resources/subimage.h resources/surfaceimagehelper.cpp resources/surfaceimagehelper.h + resources/textureatlas.h resources/updatefile.h resources/wallpaper.cpp resources/wallpaper.h |