diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-21 01:44:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-21 01:44:50 +0300 |
commit | 52e799ac652c6edd48d250f814e259af44f92329 (patch) | |
tree | 655a6cc9adc5a1f7179857d9d31c979ed39a1596 /src/CMakeLists.txt | |
parent | c4a9748e841fd8620e7e9d230aad8964f424bb08 (diff) | |
download | plus-52e799ac652c6edd48d250f814e259af44f92329.tar.gz plus-52e799ac652c6edd48d250f814e259af44f92329.tar.bz2 plus-52e799ac652c6edd48d250f814e259af44f92329.tar.xz plus-52e799ac652c6edd48d250f814e259af44f92329.zip |
Add option for auto target skill to closest target.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b722e9c8d..697d00766 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1086,6 +1086,7 @@ SET(SRCS enums/state.h enums/simpletypes/allowsort.h enums/simpletypes/allplayers.h + enums/simpletypes/autotarget.h enums/simpletypes/beingid.h enums/simpletypes/beingtypeid.h enums/simpletypes/booldefines.h |