summaryrefslogtreecommitdiffstats
path: root/src/game/client/config/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/config/CMakeLists.txt')
-rw-r--r--src/game/client/config/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/client/config/CMakeLists.txt b/src/game/client/config/CMakeLists.txt
new file mode 100644
index 0000000..0536160
--- /dev/null
+++ b/src/game/client/config/CMakeLists.txt
@@ -0,0 +1,7 @@
+target_sources(vclient PRIVATE
+ "${CMAKE_CURRENT_LIST_DIR}/gamepad_axis.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/gamepad_axis.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/gamepad_button.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/gamepad_button.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/keybind.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/keybind.hh")