1
0
Fork 0
forked from lthn/blockchain

added install instructions

This commit is contained in:
cryptozoidberg 2020-01-27 21:46:40 +01:00
parent cfe9837ba8
commit 0eac604ef8
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -110,6 +110,7 @@ add_dependencies(currency_core version ${PCH_LIB_NAME})
ENABLE_SHARED_PCH(CURRENCY_CORE)
if(CMAKE_SYSTEM_NAME STREQUAL "iOS")
install(TARGETS wallet currency_core crypto common DESTINATION lib)
message("Generating for iOS: finished")
return()
endif()