mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
11 lines
288 B
CMake
11 lines
288 B
CMake
|
|
set(CHANNEL_TYPE "static")
|
|
set(CHANNEL_SHORT_NAME "rdpsnd")
|
|
set(CHANNEL_LONG_NAME "Audio Output Virtual Channel Extension")
|
|
set(CHANNEL_SPECIFICATIONS "[MS-RDPEA]")
|
|
|
|
string(TOUPPER "WITH_${CHANNEL_SHORT_NAME}" CHANNEL_OPTION)
|
|
|
|
option(${CHANNEL_OPTION} "Build ${CHANNEL_SHORT_NAME}" ON)
|
|
|