mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,format] reformat all cmake files
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
define_channel("sshagent")
|
||||
|
||||
if(WITH_CLIENT_CHANNELS)
|
||||
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
endif()
|
||||
|
||||
@@ -1,12 +1,18 @@
|
||||
|
||||
set(OPTION_DEFAULT OFF)
|
||||
set(OPTION_CLIENT_DEFAULT OFF)
|
||||
set(OPTION_SERVER_DEFAULT OFF)
|
||||
|
||||
define_channel_options(NAME "sshagent" TYPE "dynamic"
|
||||
DESCRIPTION "SSH Agent Forwarding (experimental)"
|
||||
SPECIFICATIONS ""
|
||||
DEFAULT ${OPTION_DEFAULT})
|
||||
define_channel_options(
|
||||
NAME
|
||||
"sshagent"
|
||||
TYPE
|
||||
"dynamic"
|
||||
DESCRIPTION
|
||||
"SSH Agent Forwarding (experimental)"
|
||||
SPECIFICATIONS
|
||||
""
|
||||
DEFAULT
|
||||
${OPTION_DEFAULT}
|
||||
)
|
||||
|
||||
define_channel_client_options(${OPTION_CLIENT_DEFAULT})
|
||||
|
||||
|
||||
@@ -18,14 +18,9 @@
|
||||
|
||||
define_channel_client("sshagent")
|
||||
|
||||
set(${MODULE_PREFIX}_SRCS
|
||||
sshagent_main.c
|
||||
sshagent_main.h
|
||||
)
|
||||
set(${MODULE_PREFIX}_SRCS sshagent_main.c sshagent_main.h)
|
||||
|
||||
set(${MODULE_PREFIX}_LIBS
|
||||
winpr
|
||||
)
|
||||
set(${MODULE_PREFIX}_LIBS winpr)
|
||||
|
||||
include_directories(..)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user