mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[channels,rdpecam] add client channel stub
This commit is contained in:
@@ -20,3 +20,7 @@ define_channel("rdpecam")
|
||||
if(WITH_SERVER_CHANNELS)
|
||||
add_channel_server(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
endif()
|
||||
|
||||
if(WITH_CLIENT_CHANNELS)
|
||||
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
endif()
|
||||
|
||||
@@ -9,4 +9,5 @@ define_channel_options(NAME "rdpecam" TYPE "dynamic"
|
||||
DEFAULT ${OPTION_DEFAULT})
|
||||
|
||||
define_channel_server_options(${OPTION_SERVER_DEFAULT})
|
||||
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
|
||||
|
||||
|
||||
0
channels/rdpecam/client/CMakeLists.txt
Normal file
0
channels/rdpecam/client/CMakeLists.txt
Normal file
Reference in New Issue
Block a user