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 41885d0d2..566be9f90 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -57,6 +57,8 @@ if (ENABLE_SDL2) | |||
| 57 | drivers/sdl_driver.h | 57 | drivers/sdl_driver.h |
| 58 | helpers/joycon_driver.cpp | 58 | helpers/joycon_driver.cpp |
| 59 | helpers/joycon_driver.h | 59 | helpers/joycon_driver.h |
| 60 | helpers/joycon_protocol/common_protocol.cpp | ||
| 61 | helpers/joycon_protocol/common_protocol.h | ||
| 60 | helpers/joycon_protocol/joycon_types.h | 62 | helpers/joycon_protocol/joycon_types.h |
| 61 | ) | 63 | ) |
| 62 | target_link_libraries(input_common PRIVATE SDL2::SDL2) | 64 | target_link_libraries(input_common PRIVATE SDL2::SDL2) |