1if (NOT TARGET gfxstream_stb)
2    add_library(gfxstream_stb
3                src/stb_image.cpp
4                src/stb_image_write.cpp)
5
6    target_include_directories(gfxstream_stb
7                               PUBLIC
8                               include)
9endif()
10