Use stb_vorbis.h as header only

This commit is contained in:
Ray
2018-12-21 00:17:44 +01:00
parent e48f2f9d43
commit 4ec4dc691f
12 changed files with 5120 additions and 5122 deletions

View File

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