mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
9 lines
143 B
CMake
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
|
|
)
|