summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
diff options
context:
space:
mode:
Diffstat (limited to 'monero_libwallet2_api_c')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index cab6f43..4252015 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -115,14 +115,14 @@ elseif(${MONERO_FLAVOR} STREQUAL "zano")
find_package(Boost 1.71 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options)
find_package(OpenSSL REQUIRED)
set(WALLET_TARGETS
- zlibstatic
wallet
general
tor-connect
crypto
currency_core
common
-
+ zlibstatic
+
${Boost_LIBRARIES}
${OpenSSL_LIBRARIES})
endif()
@@ -137,7 +137,10 @@ endif()
#foreach (_variableName ${_variableNames})
# message(STATUS "${_variableName}=${${_variableName}}")
#endforeach()
-# message(SEND_ERROR "${Boost_LIBRARIES}")
+#message(SEND_ERROR "${Boost_LIBRARIES}")
+#message(SEND_ERROR "${WALLET_TARGETS}
+# ${EXTRA_LIBS_WOWNEROSEED}
+# ${EXTRA_LIBS_ANDROID}")
target_link_libraries( wallet2_api_c