• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_library(gfxstream_stb
2            src/stb_image.cpp
3            src/stb_image_write.cpp)
4
5target_include_directories(gfxstream_stb PUBLIC include/)
6