summaryrefslogtreecommitdiff
path: root/src/input_common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar german772021-09-20 16:41:15 -0500
committerGravatar Narr the Reg2021-11-24 20:30:22 -0600
commit854c933716f0f5e1dbf62157c5a76e65213b30b2 (patch)
tree229ada777d889243bdfcb6c240ad615c246cd8c6 /src/input_common/CMakeLists.txt
parentinput_common: Create input_engine (diff)
downloadyuzu-854c933716f0f5e1dbf62157c5a76e65213b30b2.tar.gz
yuzu-854c933716f0f5e1dbf62157c5a76e65213b30b2.tar.xz
yuzu-854c933716f0f5e1dbf62157c5a76e65213b30b2.zip
input_common: Create input poller and mapping
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r--src/input_common/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index dd13d948f..72f1e0f4a 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -3,6 +3,12 @@ add_library(input_common STATIC
3 analog_from_button.h 3 analog_from_button.h
4 keyboard.cpp 4 keyboard.cpp
5 keyboard.h 5 keyboard.h
6 input_engine.cpp
7 input_engine.h
8 input_mapping.cpp
9 input_mapping.h
10 input_poller.cpp
11 input_poller.h
6 main.cpp 12 main.cpp
7 main.h 13 main.h
8 motion_from_button.cpp 14 motion_from_button.cpp