diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:41:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:41:40 +0300 |
commit | be320cc5c9ca819b42a7ad8ef9806051d9eef75a (patch) | |
tree | 721be31818c829a01acd6b6433f7c8ffe52a4876 /src/CMakeLists.txt | |
parent | c5c1592adc51cc77f2d2933445c3deea4f91b1df (diff) | |
download | plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.gz plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.bz2 plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.xz plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.zip |
Move keyfunction 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 04cb07d14..76ec0fe56 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -761,6 +761,7 @@ SET(SRCS input/keyboardconfig.h input/keyboarddata.h input/keydata.h + input/keyfunction.h input/keyinput.h input/keyitem.h input/keysortfunctor.h |