diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:57:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:57:37 +0300 |
commit | 515ce6c1413b5e3da131f3e4997abdc39c003a2c (patch) | |
tree | e09ec08d83cacb2012522e679323c140d95707c9 /src/CMakeLists.txt | |
parent | be320cc5c9ca819b42a7ad8ef9806051d9eef75a (diff) | |
download | plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.gz plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.bz2 plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.xz plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.zip |
Move inputconditions into separate file.
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 76ec0fe56..4d5cb4f2b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -751,6 +751,7 @@ SET(SRCS spellshortcut.h textcommand.cpp textcommand.h + input/inputcondition.h input/inputmanager.cpp input/inputmanager.h input/inputtype.h |