18 lines
447 B
CMake
18 lines
447 B
CMake
|
|
add_library(
|
||
|
|
renderControl_dec
|
||
|
|
renderControl_dec.cpp
|
||
|
|
renderControl_server_context.cpp)
|
||
|
|
target_link_libraries(
|
||
|
|
renderControl_dec
|
||
|
|
PUBLIC
|
||
|
|
apigen-codec-common
|
||
|
|
PRIVATE
|
||
|
|
gfxstream_egl_headers)
|
||
|
|
target_include_directories(
|
||
|
|
renderControl_dec
|
||
|
|
PRIVATE
|
||
|
|
${GFXSTREAM_REPO_ROOT}
|
||
|
|
${GFXSTREAM_REPO_ROOT}/include
|
||
|
|
${GFXSTREAM_REPO_ROOT}/stream-servers
|
||
|
|
${GFXSTREAM_REPO_ROOT}/stream-servers/apigen-codec-common)
|