mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 23:50:25 +00:00
Fix: [CMake] SDL2 Sound was not included
This commit is contained in:
parent
40436019fd
commit
caab095e4e
@ -11,6 +11,12 @@ if (NOT OPTION_DEDICATED)
|
|||||||
CONDITION SDL_FOUND
|
CONDITION SDL_FOUND
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_files(
|
||||||
|
sdl2_s.cpp
|
||||||
|
sdl_s.h
|
||||||
|
CONDITION SDL2_FOUND
|
||||||
|
)
|
||||||
|
|
||||||
add_files(
|
add_files(
|
||||||
cocoa_s.cpp
|
cocoa_s.cpp
|
||||||
cocoa_s.h
|
cocoa_s.h
|
||||||
|
Loading…
Reference in New Issue
Block a user