summaryrefslogtreecommitdiff
path: root/src/input_common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r--src/input_common/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index 72f1e0f4a..90e7618ce 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -1,8 +1,12 @@
1add_library(input_common STATIC 1add_library(input_common STATIC
2 analog_from_button.cpp
3 analog_from_button.h
4 keyboard.cpp 2 keyboard.cpp
5 keyboard.h 3 keyboard.h
4 helpers/stick_from_buttons.cpp
5 helpers/stick_from_buttons.h
6 helpers/touch_from_buttons.cpp
7 helpers/touch_from_buttons.h
8 helpers/udp_protocol.cpp
9 helpers/udp_protocol.h
6 input_engine.cpp 10 input_engine.cpp
7 input_engine.h 11 input_engine.h
8 input_mapping.cpp 12 input_mapping.cpp
@@ -15,8 +19,6 @@ add_library(input_common STATIC
15 motion_from_button.h 19 motion_from_button.h
16 motion_input.cpp 20 motion_input.cpp
17 motion_input.h 21 motion_input.h
18 touch_from_button.cpp
19 touch_from_button.h
20 gcadapter/gc_adapter.cpp 22 gcadapter/gc_adapter.cpp
21 gcadapter/gc_adapter.h 23 gcadapter/gc_adapter.h
22 gcadapter/gc_poller.cpp 24 gcadapter/gc_poller.cpp
@@ -33,8 +35,6 @@ add_library(input_common STATIC
33 tas/tas_poller.h 35 tas/tas_poller.h
34 udp/client.cpp 36 udp/client.cpp
35 udp/client.h 37 udp/client.h
36 udp/protocol.cpp
37 udp/protocol.h
38 udp/udp.cpp 38 udp/udp.cpp
39 udp/udp.h 39 udp/udp.h
40) 40)