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)