Changeset - r24259:6bcae89732a3
[Not reviewed]
master
0 1 0
arikover - 4 years ago 2020-06-09 09:58:02
arikover@gmail.com
Fix: [CMake] SDL2 Sound was not included
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/sound/CMakeLists.txt
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)