Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
2089f050df7b8400b0fdde43f8e420e4ff410c47
/
.
/
snapshot
/
CMakeLists.txt
blob: 7698671069c40fc7fd80d7cc53879116a182b2f1 [
file
] [
log
] [
blame
]
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})