mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
10 lines
285 B
CMake
10 lines
285 B
CMake
|
|
set(CHANNEL_TYPE "static")
|
|
set(CHANNEL_SHORT_NAME "drdynvc")
|
|
set(CHANNEL_LONG_NAME "Dynamic Virtual Channel Extension")
|
|
set(CHANNEL_SPECIFICATIONS "[MS-RDPEDYC]")
|
|
|
|
string(TOUPPER "WITH_${CHANNEL_SHORT_NAME}" CHANNEL_OPTION)
|
|
option(${CHANNEL_OPTION} "Build ${CHANNEL_SHORT_NAME}" ON)
|
|
|