mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
13 lines
222 B
CMake
13 lines
222 B
CMake
|
|
set(OPTION_DEFAULT OFF)
|
|
|
|
if(WITH_SAMPLE)
|
|
set(OPTION_DEFAULT ON)
|
|
endif()
|
|
|
|
define_channel_options(NAME "sample" TYPE "static"
|
|
DESCRIPTION "Sample Virtual Channel Extension"
|
|
SPECIFICATIONS ""
|
|
DEFAULT ${OPTION_DEFAULT})
|
|
|