summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-21 11:53:57 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:46 +0200
commitd1fe3b52bda94126ba96b20146f5e9dfd3a9c311 (patch)
tree8596913ef185a3bbc13b108ba67132f53019f281 /src/CMakeLists.txt
parent4f46549b29234d7e7bc545cc6234880ee117a950 (diff)
downloadmanaserv-d1fe3b52bda94126ba96b20146f5e9dfd3a9c311.tar.gz
manaserv-d1fe3b52bda94126ba96b20146f5e9dfd3a9c311.tar.bz2
manaserv-d1fe3b52bda94126ba96b20146f5e9dfd3a9c311.tar.xz
manaserv-d1fe3b52bda94126ba96b20146f5e9dfd3a9c311.zip
[Abilities] Moved the ability code into a own component
This later allows monsters and characters to use this component.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4b9c20be..2a665774 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -203,6 +203,8 @@ SET(SRCS_MANASERVGAME
game-server/main-game.cpp
common/permissionmanager.h
common/permissionmanager.cpp
+ game-server/abilitycomponent.cpp
+ game-server/abilitycomponent.h
game-server/abilitymanager.cpp
game-server/abilitymanager.h
game-server/accountconnection.h