summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-20 18:33:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-20 18:33:36 +0300
commit982d842ce7006888cb943249efaa59db9607346d (patch)
tree2f82f029ef180ecb78dab4cb0be010de1880fd4d /src/CMakeLists.txt
parenta6d1f7f9abdedce7c03056408ed2172792abce53 (diff)
downloadplus-982d842ce7006888cb943249efaa59db9607346d.tar.gz
plus-982d842ce7006888cb943249efaa59db9607346d.tar.bz2
plus-982d842ce7006888cb943249efaa59db9607346d.tar.xz
plus-982d842ce7006888cb943249efaa59db9607346d.zip
Move animatedsprite into sprite 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 cb4eb0fd4..1307039e4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -862,8 +862,8 @@ SET(SRCS
listeners/charrenamelistener.h
actormanager.cpp
actormanager.h
- animatedsprite.cpp
- animatedsprite.h
+ resources/sprite/animatedsprite.cpp
+ resources/sprite/animatedsprite.h
animationdelayload.cpp
animationdelayload.h
particle/animationparticle.cpp
@@ -1296,8 +1296,8 @@ SET(DYE_CMD_SRCS
events/event.h
gui/rect.h
dyetool/dyemain.cpp
- animatedsprite.cpp
- animatedsprite.h
+ resources/sprite/animatedsprite.cpp
+ resources/sprite/animatedsprite.h
animationdelayload.cpp
animationdelayload.h
configuration.cpp