diff options
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 90e7618ce..0fcf7a9d7 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | add_library(input_common STATIC | 1 | add_library(input_common STATIC |
| 2 | keyboard.cpp | 2 | drivers/keyboard.cpp |
| 3 | keyboard.h | 3 | drivers/keyboard.h |
| 4 | helpers/stick_from_buttons.cpp | 4 | helpers/stick_from_buttons.cpp |
| 5 | helpers/stick_from_buttons.h | 5 | helpers/stick_from_buttons.h |
| 6 | helpers/touch_from_buttons.cpp | 6 | helpers/touch_from_buttons.cpp |