Files
Cubed/third_party/stb/CMakeLists.txt

9 lines
143 B
CMake

add_library(stb STATIC
stb_vorbis.cpp
stb_image.cpp
)
target_include_directories(stb PUBLIC
${CMAKE_SOURCE_DIR}/third_party/stb
)