diff options
author | bunnei <bunneidev@gmail.com> | 2020-09-02 11:09:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 11:09:18 -0400 |
commit | f64917a85222bc98cd6363a6d97b9ccb5bd54a09 (patch) | |
tree | 24fa5a10cca1d88f97ff49b7372dfe03956c5f70 /src/input_common/CMakeLists.txt | |
parent | e11a77d2c6162e53dea11bd70fb74bb3a0b23a04 (diff) | |
parent | 1be18dc110e1c7193930c62542855c91179d179b (diff) |
Merge pull request #4570 from german77/motionInput
input_common: Add a basic class for motion devices
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 32433df25..09361e37e 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_input.cpp + motion_input.h settings.cpp settings.h touch_from_button.cpp |