summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-26 00:59:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-26 00:59:29 +0300
commitafc144cfe396f10eea5b160c711eec4b20ae00c3 (patch)
tree0f44c6c35f26628e8477d29090716dbdc2098f74 /src/CMakeLists.txt
parentea0809826d530f82dc84f8e046b3d11a797dd716 (diff)
downloadplus-afc144cfe396f10eea5b160c711eec4b20ae00c3.tar.gz
plus-afc144cfe396f10eea5b160c711eec4b20ae00c3.tar.bz2
plus-afc144cfe396f10eea5b160c711eec4b20ae00c3.tar.xz
plus-afc144cfe396f10eea5b160c711eec4b20ae00c3.zip
Move atlas load function from resourcemanager into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 862c91690..8b0c0f4ce 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -719,6 +719,8 @@ SET(SRCS
resources/db/skillunitdb.h
resources/resource.cpp
resources/resource.h
+ resources/loaders/atlasloader.cpp
+ resources/loaders/atlasloader.h
resources/loaders/imageloader.cpp
resources/loaders/imageloader.h
resources/loaders/imagesetloader.cpp
@@ -1419,6 +1421,8 @@ SET(DYE_CMD_SRCS
resources/imagewriter.h
resources/resource.cpp
resources/resource.h
+ resources/loaders/atlasloader.cpp
+ resources/loaders/atlasloader.h
resources/loaders/imageloader.cpp
resources/loaders/imageloader.h
resources/loaders/imagesetloader.cpp