projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f3171
)
Added target to copy appcompat.
author
Armin Novak
<armin.novak@thincast.com>
Mon, 23 Jun 2014 11:29:38 +0000
(13:29 +0200)
committer
Armin Novak
<armin.novak@thincast.com>
Mon, 23 Jun 2014 11:29:38 +0000
(13:29 +0200)
client/Android/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/client/Android/CMakeLists.txt
b/client/Android/CMakeLists.txt
index
57de667
..
466e1c6
100644
(file)
--- a/
client/Android/CMakeLists.txt
+++ b/
client/Android/CMakeLists.txt
@@
-61,5
+61,11
@@
else()
set(NDK_DEBUG "0")
endif()
+set(APPCOMPAT_DIR "${CMAKE_CURRENT_BINARY_DIR}/appcompat_v7")
+add_custom_target(copy_appcompat ALL
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${ANDROID_SDK}/extras/android/support/v7/appcompat ${APPCOMPAT_DIR}
+ COMMAND android update lib-project -p ${APPCOMPAT_DIR}
+)
+
add_subdirectory(FreeRDPCore)
add_subdirectory(aFreeRDP)