blob: 9491643f499b19a56a36062c6e4222c09a625473 [file] [log] [blame]
add_library(
gles1_dec
gles1_dec.cpp
gles1_server_context.cpp
GLESv1Decoder.cpp)
target_link_libraries(
gles1_dec
PUBLIC
apigen-codec-common
GLSnapshot
PRIVATE
gfxstream_egl_headers)
target_include_directories(
gles1_dec
PRIVATE
${GFXSTREAM_REPO_ROOT}
${GFXSTREAM_REPO_ROOT}/include
${GFXSTREAM_REPO_ROOT}/host
${GFXSTREAM_REPO_ROOT}/host/apigen-codec-common)