diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-31 21:06:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-31 21:06:01 +0300 |
commit | dd22711fd400dc1d55c54b18bd37dd5d7630b966 (patch) | |
tree | 353060be7ff550d7a291f5a53953926e071a3191 /src/CMakeLists.txt | |
parent | cd5cd6387c8a62f90a8f44c3657812f3e9a4cab9 (diff) | |
download | plus-dd22711fd400dc1d55c54b18bd37dd5d7630b966.tar.gz plus-dd22711fd400dc1d55c54b18bd37dd5d7630b966.tar.bz2 plus-dd22711fd400dc1d55c54b18bd37dd5d7630b966.tar.xz plus-dd22711fd400dc1d55c54b18bd37dd5d7630b966.zip |
Move keyvalue 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 d036d542d..083488f3c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -976,6 +976,7 @@ SET(SRCS input/inputmanager.cpp input/inputmanager.h enums/input/inputtype.h + enums/input/keyvalue.h events/inputevent.h input/joystick.cpp input/joystick.h |