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