client/common: also include libfreerdp-client in combined archive

This commit is contained in:
Bernhard Miklautz 2013-03-26 12:40:02 +01:00
parent 370ec5097b
commit 64fd026e20
1 changed files with 3 additions and 0 deletions

View File

@ -69,5 +69,8 @@ if(IOS AND MONOLITHIC_BUILD AND (NOT BUILD_SHARED_LIBS))
set(ALIST ${ALIST} ${LOC})
endif()
endforeach()
get_target_property(LOC ${MODULE_NAME} LOCATION)
set(ALIST ${ALIST} ${LOC})
message(${ALIST})
add_custom_command(TARGET ${MODULE_NAME} POST_BUILD COMMAND libtool -static -o libfreerdp-client-combined.a ${ALIST})
endif()