mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removed OpenAL backend
This commit is contained in:
@ -45,13 +45,8 @@ endif()
|
||||
add_definitions("-DRAYLIB_CMAKE=1")
|
||||
|
||||
if(USE_AUDIO)
|
||||
if (NOT USE_OPENAL_BACKEND)
|
||||
file(GLOB mini_al external/mini_al.c)
|
||||
MESSAGE(STATUS "Audio Backend: mini_al")
|
||||
else()
|
||||
find_package(OpenAL REQUIRED)
|
||||
MESSAGE(STATUS "Audio Backend: OpenAL")
|
||||
endif()
|
||||
file(GLOB mini_al external/mini_al.c)
|
||||
MESSAGE(STATUS "Audio Backend: mini_al")
|
||||
file(GLOB stb_vorbis external/stb_vorbis.c)
|
||||
set(sources ${raylib_sources} ${mini_al} ${stb_vorbis})
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user