6 lines
152 B
CMake
6 lines
152 B
CMake
|
|
add_library(gfxstream_stb
|
||
|
|
src/stb_image.cpp
|
||
|
|
src/stb_image_write.cpp)
|
||
|
|
|
||
|
|
target_include_directories(gfxstream_stb PUBLIC include/)
|