summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sound/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sound/CMakeLists.txt b/src/sound/CMakeLists.txt
index 35f65d120..24a38e409 100644
--- a/src/sound/CMakeLists.txt
+++ b/src/sound/CMakeLists.txt
@@ -12,6 +12,12 @@ if (NOT OPTION_DEDICATED)
)
add_files(
+ sdl2_s.cpp
+ sdl_s.h
+ CONDITION SDL2_FOUND
+ )
+
+ add_files(
cocoa_s.cpp
cocoa_s.h
CONDITION APPLE