mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
6 lines
96 B
CMake
6 lines
96 B
CMake
add_library(stb STATIC
|
|
stb.cpp
|
|
stb_image_write.h
|
|
)
|
|
target_include_directories(stb PUBLIC .)
|