diff options
author | german <german@thesoftwareartisans.com> | 2020-09-25 17:58:27 -0500 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2020-09-25 17:59:52 -0500 |
commit | 297823239026d1b5487f9b07f63646ca4a2e3a79 (patch) | |
tree | a08b8f0930f4a46d6853fb66d33bf15073613c0b /src/input_common/CMakeLists.txt | |
parent | 03b574ae2272fc8465e7d38f21b198fcb1885186 (diff) |
Add random motion input to keyboard
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r-- | src/input_common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 09361e37e..c84685214 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -7,6 +7,8 @@ add_library(input_common STATIC main.h motion_emu.cpp motion_emu.h + motion_from_button.cpp + motion_from_button.h motion_input.cpp motion_input.h settings.cpp |