diff options
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 34b41ce01..71091767d 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -3,6 +3,8 @@ add_library(input_common STATIC | |||
| 3 | drivers/keyboard.h | 3 | drivers/keyboard.h |
| 4 | drivers/mouse.cpp | 4 | drivers/mouse.cpp |
| 5 | drivers/mouse.h | 5 | drivers/mouse.h |
| 6 | drivers/touch_screen.cpp | ||
| 7 | drivers/touch_screen.h | ||
| 6 | helpers/stick_from_buttons.cpp | 8 | helpers/stick_from_buttons.cpp |
| 7 | helpers/stick_from_buttons.h | 9 | helpers/stick_from_buttons.h |
| 8 | helpers/touch_from_buttons.cpp | 10 | helpers/touch_from_buttons.cpp |