summaryrefslogtreecommitdiff
path: root/src/sound
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/CMakeLists.txt b/src/sound/CMakeLists.txt
index 24a38e409..bff33deda 100644
--- a/src/sound/CMakeLists.txt
+++ b/src/sound/CMakeLists.txt
@@ -1,4 +1,4 @@
-if (NOT OPTION_DEDICATED)
+if(NOT OPTION_DEDICATED)
add_files(
allegro_s.cpp
allegro_s.h
@@ -34,7 +34,7 @@ if (NOT OPTION_DEDICATED)
xaudio2_s.h
CONDITION WIN32 AND XAUDIO2_FOUND
)
-endif (NOT OPTION_DEDICATED)
+endif()
add_files(
sound_driver.hpp