summaryrefslogtreecommitdiff
path: root/src/input_common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar german2020-09-25 17:58:27 -0500
committerGravatar german2020-09-25 17:59:52 -0500
commit297823239026d1b5487f9b07f63646ca4a2e3a79 (patch)
treea08b8f0930f4a46d6853fb66d33bf15073613c0b /src/input_common/CMakeLists.txt
parentAdd random motion input to SDL (diff)
downloadyuzu-297823239026d1b5487f9b07f63646ca4a2e3a79.tar.gz
yuzu-297823239026d1b5487f9b07f63646ca4a2e3a79.tar.xz
yuzu-297823239026d1b5487f9b07f63646ca4a2e3a79.zip
Add random motion input to keyboard
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 09361e37e..c84685214 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -7,6 +7,8 @@ add_library(input_common STATIC
7 main.h 7 main.h
8 motion_emu.cpp 8 motion_emu.cpp
9 motion_emu.h 9 motion_emu.h
10 motion_from_button.cpp
11 motion_from_button.h
10 motion_input.cpp 12 motion_input.cpp
11 motion_input.h 13 motion_input.h
12 settings.cpp 14 settings.cpp