From 6bb4233d5b2a1688e63c947542e92ec5d5a857a6 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 22:32:38 +0500 Subject: move sound code to io --- src/game/client/io/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/client/io/CMakeLists.txt') diff --git a/src/game/client/io/CMakeLists.txt b/src/game/client/io/CMakeLists.txt index 82bc422..a68f137 100644 --- a/src/game/client/io/CMakeLists.txt +++ b/src/game/client/io/CMakeLists.txt @@ -1,4 +1,6 @@ target_sources(vclient PRIVATE "${CMAKE_CURRENT_LIST_DIR}/gamepad.cc" "${CMAKE_CURRENT_LIST_DIR}/gamepad.hh" - "${CMAKE_CURRENT_LIST_DIR}/glfw.hh") + "${CMAKE_CURRENT_LIST_DIR}/glfw.hh" + "${CMAKE_CURRENT_LIST_DIR}/sound.cc" + "${CMAKE_CURRENT_LIST_DIR}/sound.hh") -- cgit