• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_library(
2    gfxstream-snapshot
3    TextureLoader.cpp
4    TextureSaver.cpp)
5target_link_libraries(
6    gfxstream-snapshot
7    PRIVATE
8    gfxstream-base)
9target_include_directories(
10    gfxstream-snapshot
11    PUBLIC
12    ${GFXSTREAM_REPO_ROOT})
13