Descent3/third_party/stb/CMakeLists.txt
2024-05-09 22:46:17 +01:00

6 lines
96 B
CMake

add_library(stb STATIC
stb.cpp
stb_image_write.h
)
target_include_directories(stb PUBLIC .)