unplugged-vendor/device/generic/vulkan-cereal/snapshot/CMakeLists.txt

13 lines
248 B
CMake

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})