diff options
Diffstat (limited to 'src/game/client/io/CMakeLists.txt')
| -rw-r--r-- | src/game/client/io/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/client/io/CMakeLists.txt b/src/game/client/io/CMakeLists.txt new file mode 100644 index 0000000..82bc422 --- /dev/null +++ b/src/game/client/io/CMakeLists.txt @@ -0,0 +1,4 @@ +target_sources(vclient PRIVATE + "${CMAKE_CURRENT_LIST_DIR}/gamepad.cc" + "${CMAKE_CURRENT_LIST_DIR}/gamepad.hh" + "${CMAKE_CURRENT_LIST_DIR}/glfw.hh") |
