mirror of https://github.com/FreeRDP/FreeRDP
13 lines
364 B
CMake
13 lines
364 B
CMake
|
|
set(OPTION_DEFAULT OFF)
|
|
set(OPTION_CLIENT_DEFAULT ON)
|
|
set(OPTION_SERVER_DEFAULT OFF)
|
|
|
|
define_channel_options(NAME "smartcard" TYPE "device"
|
|
DESCRIPTION "Smart Card Virtual Channel Extension"
|
|
SPECIFICATIONS "[MS-RDPESC]"
|
|
DEFAULT ${OPTION_DEFAULT})
|
|
|
|
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
|
|
define_channel_server_options(${OPTION_SERVER_DEFAULT})
|