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:
Maarten Bent
2018-12-01 13:42:53 +01:00
parent 97f64e9941
commit 271ed4d990
8 changed files with 204 additions and 5 deletions

View File

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