summaryrefslogtreecommitdiffstats
path: root/src/game/client/io/CMakeLists.txt
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-12-26 22:32:38 +0500
committeruntodesu <kirill@untode.su>2025-12-26 22:32:38 +0500
commit6bb4233d5b2a1688e63c947542e92ec5d5a857a6 (patch)
treea1321e1f515e5a89949596d188c541e93144f43e /src/game/client/io/CMakeLists.txt
parent2103ce38edb160b2cc982b341535e1f147e66360 (diff)
downloadvoxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.tar.bz2
voxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.zip
move sound code to io
Diffstat (limited to 'src/game/client/io/CMakeLists.txt')
-rw-r--r--src/game/client/io/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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")