Merge pull request #3321 from bmiklautz/client_interface
client: disable the client interface per default
This commit is contained in:
commit
6abdd4c6dc
@ -72,6 +72,7 @@ if(WITH_CLIENT_INTERFACE)
|
||||
else()
|
||||
set(${MODULE_PREFIX}_SRCS ${${MODULE_PREFIX}_SRCS} cli/wfreerdp.c cli/wfreerdp.h)
|
||||
add_executable(${MODULE_NAME} WIN32 ${${MODULE_PREFIX}_SRCS})
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} freerdp-client)
|
||||
|
@ -81,7 +81,7 @@ endif()
|
||||
|
||||
option(WITH_THIRD_PARTY "Build third-party components" OFF)
|
||||
|
||||
option(WITH_CLIENT_INTERFACE "Build clients as a library with an interface" ON)
|
||||
option(WITH_CLIENT_INTERFACE "Build clients as a library with an interface" OFF)
|
||||
option(WITH_SERVER_INTERFACE "Build servers as a library with an interface" ON)
|
||||
|
||||
option(WITH_DEBUG_ALL "Print all debug messages." OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user