summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-28 19:19:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-28 19:19:02 +0300
commit601607488ae529b7dfd9bd55afd0e89e42762281 (patch)
tree0006e7c0f7546452037362a10750f3f17e1924aa /src/CMakeLists.txt
parentb29b80ccc9a22d8d4b3acf4b251bc2388b82027f (diff)
downloadplus-601607488ae529b7dfd9bd55afd0e89e42762281.tar.gz
plus-601607488ae529b7dfd9bd55afd0e89e42762281.tar.bz2
plus-601607488ae529b7dfd9bd55afd0e89e42762281.tar.xz
plus-601607488ae529b7dfd9bd55afd0e89e42762281.zip
Dehardcode default spells/commands.
Read commands from defaultcommands.xml. Also improve a bit saving commands in spellmanager.
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 83860b0a6..b4ede1dd9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -601,6 +601,8 @@ SET(SRCS
resources/db/chardb.h
resources/db/colordb.cpp
resources/db/colordb.h
+ resources/db/commandsdb.cpp
+ resources/db/commandsdb.h
resources/cursor.cpp
resources/cursor.h
resources/delayedmanager.cpp