1add_library(GLSnapshot GLSnapshot.cpp) 2target_link_libraries(GLSnapshot PUBLIC apigen-codec-common) 3target_include_directories(GLSnapshot PUBLIC 4 ${GFXSTREAM_REPO_ROOT}/host/gl/glsnapshot 5 ${GFXSTREAM_REPO_ROOT}/include 6 ${GFXSTREAM_REPO_ROOT}/host 7 ${GFXSTREAM_REPO_ROOT}/host/gl/OpenGLESDispatch) 8