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