summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:23:47 +0300
commitbf41f3154225eb49d9d6f83563f157d1f9ce3f6b (patch)
tree570eb33f7469dfe7cf3bb6912cd507b4611fa927 /src/CMakeLists.txt
parentc1e8335738200b3c217956e897eba8f6faaf6f41 (diff)
downloadplus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.gz
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.bz2
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.tar.xz
plus-bf41f3154225eb49d9d6f83563f157d1f9ce3f6b.zip
Move animation into animation directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 33a7e139b..7e94161b9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -591,8 +591,8 @@ SET(SRCS
resources/action.h
resources/ambientlayer.cpp
resources/ambientlayer.h
- resources/animation.cpp
- resources/animation.h
+ resources/animation/animation.cpp
+ resources/animation/animation.h
resources/atlas/atlasitem.h
resources/atlas/atlasmanager.cpp
resources/atlas/atlasmanager.h
@@ -1330,8 +1330,8 @@ SET(DYE_CMD_SRCS
render/mgltypes.h
resources/action.cpp
resources/action.h
- resources/animation.cpp
- resources/animation.h
+ resources/animation/animation.cpp
+ resources/animation/animation.h
resources/db/palettedb.cpp
resources/db/palettedb.h
resources/delayedmanager.cpp