diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-09-20 16:41:15 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:22 -0600 |
| commit | 854c933716f0f5e1dbf62157c5a76e65213b30b2 (patch) | |
| tree | 229ada777d889243bdfcb6c240ad615c246cd8c6 /src/input_common/CMakeLists.txt | |
| parent | ea7b1fbc673e40d5e51f2d185ebe8542741164fa (diff) | |
input_common: Create input poller and mapping
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index dd13d948f..72f1e0f4a 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -3,6 +3,12 @@ add_library(input_common STATIC analog_from_button.h keyboard.cpp keyboard.h + input_engine.cpp + input_engine.h + input_mapping.cpp + input_mapping.h + input_poller.cpp + input_poller.h main.cpp main.h motion_from_button.cpp |
