summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRay <[email protected]>2018-12-21 00:17:44 +0100
committerRay <[email protected]>2018-12-21 00:17:44 +0100
commit4ec4dc691f5a41ef85d8ee07295e897e368bc8c7 (patch)
tree8596e68ba633e779754bc128c56f894fcc7560ae /src/CMakeLists.txt
parente48f2f9d43238293059b5c3ecec8e13eecc9a68b (diff)
downloadraylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.tar.gz
raylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.zip
Use stb_vorbis.h as header only
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1b1d0d06..7a91f13a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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)