Fix: [CMake] SDL2 Sound was not included

This commit is contained in:
arikover 2020-06-09 11:58:02 +02:00 committed by Niels Martin Hansen
parent 40436019fd
commit caab095e4e

View File

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