cmake: include xrdp-ng if present
This commit is contained in:
parent
351acdd407
commit
43fe216179
@ -36,6 +36,12 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_WAYK)
|
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()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user