From caab095e4ea202ccbe09b4c3f2ea6e36070bef29 Mon Sep 17 00:00:00 2001 From: arikover Date: Tue, 9 Jun 2020 11:58:02 +0200 Subject: Fix: [CMake] SDL2 Sound was not included --- src/sound/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -11,6 +11,12 @@ if (NOT OPTION_DEDICATED) CONDITION SDL_FOUND ) + add_files( + sdl2_s.cpp + sdl_s.h + CONDITION SDL2_FOUND + ) + add_files( cocoa_s.cpp cocoa_s.h -- cgit v1.2.3-54-g00ecf