Fix: [CMake] SDL2 Sound was not included

desync-debugging
arikover 4 years ago committed by Niels Martin Hansen
parent 40436019fd
commit caab095e4e

@ -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

Loading…
Cancel
Save