summaryrefslogtreecommitdiff
path: root/src/input_common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Narr the Reg2022-12-20 14:30:03 -0600
committerGravatar Narr the Reg2023-01-19 18:05:21 -0600
commit594b2ade6d8d829c65166aebe12f5eb3463a6fe9 (patch)
treed6d8013f6252cc9051429f39da255fe6937c8346 /src/input_common/CMakeLists.txt
parentinput_common: Add joycon low level functions (diff)
downloadyuzu-594b2ade6d8d829c65166aebe12f5eb3463a6fe9.tar.gz
yuzu-594b2ade6d8d829c65166aebe12f5eb3463a6fe9.tar.xz
yuzu-594b2ade6d8d829c65166aebe12f5eb3463a6fe9.zip
input_common: Add support for joycon generic functions
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r--src/input_common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index 566be9f90..a60cecaf4 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -59,6 +59,8 @@ if (ENABLE_SDL2)
59 helpers/joycon_driver.h 59 helpers/joycon_driver.h
60 helpers/joycon_protocol/common_protocol.cpp 60 helpers/joycon_protocol/common_protocol.cpp
61 helpers/joycon_protocol/common_protocol.h 61 helpers/joycon_protocol/common_protocol.h
62 helpers/joycon_protocol/generic_functions.cpp
63 helpers/joycon_protocol/generic_functions.h
62 helpers/joycon_protocol/joycon_types.h 64 helpers/joycon_protocol/joycon_types.h
63 ) 65 )
64 target_link_libraries(input_common PRIVATE SDL2::SDL2) 66 target_link_libraries(input_common PRIVATE SDL2::SDL2)