mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Use stb_vorbis.h as header only
This commit is contained in:
@ -47,8 +47,7 @@ add_definitions("-DRAYLIB_CMAKE=1")
|
||||
if(USE_AUDIO)
|
||||
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})
|
||||
set(sources ${raylib_sources} ${mini_al})
|
||||
else()
|
||||
MESSAGE(STATUS "Audio Backend: None (-DUSE_AUDIO=OFF)")
|
||||
set(INCLUDE_AUDIO_MODULE 0)
|
||||
|
||||
Reference in New Issue
Block a user