Merge pull request #3038

eb39a3d7 wallet_api: make this optional but not built by default (moneromooo-monero)
pull/95/head
Riccardo Spagni 6 years ago
commit 153e319cd4
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -126,6 +126,6 @@ if (BUILD_GUI_DEPS)
endif()
install(TARGETS wallet_merged
ARCHIVE DESTINATION ${lib_folder})
add_subdirectory(api)
endif()
add_subdirectory(api)

@ -78,6 +78,8 @@ target_link_libraries(wallet_api
PRIVATE
${EXTRA_LIBRARIES})
set_property(TARGET wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE)
set_property(TARGET obj_wallet_api PROPERTY EXCLUDE_FROM_ALL TRUE)
if(IOS)
set(lib_folder lib-${ARCH})

Loading…
Cancel
Save