mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
cmake: include xrdp-ng if present
This commit is contained in:
@@ -36,6 +36,12 @@ else()
|
||||
endif()
|
||||
|
||||
if(WITH_WAYK)
|
||||
add_subdirectory(WaykServer)
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/WaykServer")
|
||||
add_subdirectory(WaykServer)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/xrdp-ng")
|
||||
add_subdirectory("xrdp-ng")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user