mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
cmake: check for inclusion of FreeRDS
This commit is contained in:
@@ -35,8 +35,8 @@ else()
|
||||
add_subdirectory(Windows)
|
||||
endif()
|
||||
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/xrdp-ng")
|
||||
add_subdirectory("xrdp-ng")
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/FreeRDS")
|
||||
add_subdirectory("FreeRDS")
|
||||
endif()
|
||||
|
||||
# Pick up other clients
|
||||
|
||||
Reference in New Issue
Block a user