Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
591c818d647f31766ca7e54f96088ba73e6c026b
/
.
/
common
/
etc
/
CMakeLists.txt
blob: 1fd4a612d50eb811cd21ecd5472c5274dea3c885 [
file
] [
log
] [
blame
]
add_library(
gfxstream_etc_headers
INTERFACE)
target_include_directories(
gfxstream_etc_headers
INTERFACE
include)
add_library(
gfxstream_etc
STATIC
etc.cpp)
target_link_libraries(
gfxstream_etc
PUBLIC
gfxstream_etc_headers)