mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 18:03:30 +08:00
cmake: add build system integration of mobile clients
This commit is contained in:
parent
eec6f5c064
commit
024ade069e
2
client/.gitignore
vendored
Normal file
2
client/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
iOS
|
||||
Android
|
@ -43,3 +43,10 @@ if(APPLE)
|
||||
add_subdirectory(Mac)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/Android")
|
||||
message(STATUS "Adding Android client")
|
||||
add_subdirectory(Android)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user