diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:42:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:42:07 +0300 |
commit | 16be27ddb973b5c2dedb6b5b63083086984c2139 (patch) | |
tree | 720747e6cb6e9f61b7e8297252582982a834ad02 /src/CMakeLists.txt | |
parent | b3145fb5f1ea419d9b3ee60450866fd199ee1103 (diff) | |
download | plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.gz plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.bz2 plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.xz plus-16be27ddb973b5c2dedb6b5b63083086984c2139.zip |
Move npcinputstate into enums directory.
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 048f2c5c2..10306b550 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -218,6 +218,7 @@ SET(SRCS gui/widgets/layouthelper.cpp gui/widgets/layouthelper.h enums/gui/layouttype.h + enums/gui/npcinputstate.h gui/widgets/linepart.cpp gui/widgets/linepart.h gui/widgets/linkhandler.h |