xfreerdp: external client integration
This commit is contained in:
parent
7b2f70c0c7
commit
6095f1653a
2
client/.gitignore
vendored
2
client/.gitignore
vendored
@ -0,0 +1,2 @@
|
|||||||
|
WaykClient
|
||||||
|
|
@ -51,3 +51,7 @@ if(ANDROID)
|
|||||||
add_subdirectory(Android)
|
add_subdirectory(Android)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WITH_WAYK)
|
||||||
|
add_subdirectory(WaykClient)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user