summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 17:57:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 17:57:26 +0300
commit21f6509d7648f96c348b77babdca164cec2f0c61 (patch)
treeb00fe7750917e8904697c226fd562e33cf0bb5f8 /src/CMakeLists.txt
parent033d99ed3c25f64d006731f687e8d5847646e2d1 (diff)
downloadplus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.gz
plus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.bz2
plus-21f6509d7648f96c348b77babdca164cec2f0c61.tar.xz
plus-21f6509d7648f96c348b77babdca164cec2f0c61.zip
Move actionmanager into actions directory and rename to actions.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9caf67129..1b529e6f6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -713,8 +713,8 @@ SET(SRCS
test/testlauncher.h
test/testmain.cpp
test/testmain.h
- actionmanager.cpp
- actionmanager.h
+ actions/actions.cpp
+ actions/actions.h
being/actor.cpp
being/actor.h
being/actorsprite.cpp