diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-19 19:14:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-19 19:14:11 +0300 |
commit | 06c100e280e7174095ce40745231f14326862010 (patch) | |
tree | 8606bca729e00648f2517f88623e05ff81c1e90f /src/CMakeLists.txt | |
parent | acc4afeab30c559fa111f102e2db006039e249e2 (diff) | |
download | plus-06c100e280e7174095ce40745231f14326862010.tar.gz plus-06c100e280e7174095ce40745231f14326862010.tar.bz2 plus-06c100e280e7174095ce40745231f14326862010.tar.xz plus-06c100e280e7174095ce40745231f14326862010.zip |
Load commands for each group from groups.xml
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index de4ee210c..65d84e1b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -834,6 +834,7 @@ SET(SRCS resources/db/unitsdb.h resources/db/weaponsdb.cpp resources/db/weaponsdb.h + resources/servercommands.inc resources/soundeffect.cpp resources/soundeffect.h resources/soundinfo.h @@ -1793,6 +1794,7 @@ SET(DYE_CMD_SRCS resources/sdlmusic.cpp resources/sdlmusic.h resources/skillconsts.h + resources/servercommands.inc resources/soundeffect.cpp resources/soundeffect.h resources/image/subimage.cpp |