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 ac1ad45a9..9f4422269 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | set(SRCS | 1 | set(SRCS |
| 2 | analog_from_button.cpp | ||
| 2 | keyboard.cpp | 3 | keyboard.cpp |
| 3 | main.cpp | 4 | main.cpp |
| 4 | ) | 5 | ) |
| 5 | 6 | ||
| 6 | set(HEADERS | 7 | set(HEADERS |
| 8 | analog_from_button.h | ||
| 7 | keyboard.h | 9 | keyboard.h |
| 8 | main.h | 10 | main.h |
| 9 | ) | 11 | ) |