You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
248 B

add_library(
gfxstream-snapshot
TextureLoader.cpp
TextureSaver.cpp)
target_link_libraries(
gfxstream-snapshot
PRIVATE
gfxstream-base)
target_include_directories(
gfxstream-snapshot
PUBLIC
${GFXSTREAM_REPO_ROOT})