summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-12-06 08:42:11 -0600
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-12-06 08:42:11 -0600
commit1c8a7a4eb54c70c31634378f5b3bd50efc4c430e (patch)
treeb67928ae7a91c09995177ab33e507432341ce71a /monero_libwallet2_api_c
parent0cd78fdb8a03cc1cfbb4ec0a4d26158626fc7d4e (diff)
move zlibstatic to the top (this shouldn't matter anyway)
Diffstat (limited to 'monero_libwallet2_api_c')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index 9cb27a9..cab6f43 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -115,13 +115,13 @@ 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
+ common
${Boost_LIBRARIES}
${OpenSSL_LIBRARIES})