CMake: Support SDL audio back-end
Rename UNIX_SOUND_SRC_SDL to UNIX_SOUND_SDL_SRC to match the signature of other variables (ending with _HDR or _SRC).
This commit is contained in:
@@ -3057,7 +3057,7 @@ set(OPENGL_OSX_SHARED_SRC
|
||||
src/osx/glcanvas_osx.cpp
|
||||
)
|
||||
|
||||
set(UNIX_SOUND_SRC_SDL
|
||||
set(UNIX_SOUND_SDL_SRC
|
||||
src/unix/sound_sdl.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user