xfreerdp: external client integration

This commit is contained in:
Marc-André Moreau 2013-04-04 18:27:47 -04:00
parent 7b2f70c0c7
commit 6095f1653a
2 changed files with 6 additions and 0 deletions

2
client/.gitignore vendored
View File

@ -0,0 +1,2 @@
WaykClient

View File

@ -51,3 +51,7 @@ if(ANDROID)
add_subdirectory(Android)
endif()
if(WITH_WAYK)
add_subdirectory(WaykClient)
endif()