mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
This is a lightweight single-file Ogg Vorbis decoder which will be used for Ogg playback instead of libogg/libvorbis.
4 lines
264 B
CMake
4 lines
264 B
CMake
# Update from https://github.com/nothings/stb
|
|
# This doesn't use CPM because stb_vorbis.c has a weird header setup
|
|
add_library(stb_vorbis STATIC stb_vorbis.c include/stb_vorbis.h)
|
|
target_include_directories(stb_vorbis PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|