mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 09:54:26 +08:00
cmake: check for inclusion of FreeRDS
This commit is contained in:
parent
fd8355d47a
commit
cdb8551dd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user