diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-06 09:52:53 -0600 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-06 09:52:53 -0600 |
| commit | e41960b9062b7fb7e4acd172eb33e6c1b8acfa04 (patch) | |
| tree | 8f79fc142fc2cce397fa81397d665786767bf9f6 /monero_libwallet2_api_c | |
| parent | 1c8a7a4eb54c70c31634378f5b3bd50efc4c430e (diff) | |
fix patch location, update tor-connect
Diffstat (limited to 'monero_libwallet2_api_c')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 9 |
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 |
