From 1474a8c5dee8e2d83aefe0653cbd5c39ebaaa3ab Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 16 May 2024 08:09:57 +0200 Subject: WIP: UR support in monero --- monero_libwallet2_api_c/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'monero_libwallet2_api_c/CMakeLists.txt') diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index d3b9c06..d6dd7b5 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -163,6 +163,15 @@ add_library(utf8proc STATIC IMPORTED) set_target_properties(utf8proc PROPERTIES IMPORTED_LOCATION ${MONERO_DIR}/build/${HOST_ABI}/external/utf8proc/libutf8proc.a) +############# +# bc-ur +############# + +add_library(bc-ur STATIC IMPORTED) +set_target_properties(bc-ur PROPERTIES IMPORTED_LOCATION + ${MONERO_DIR}/build/${HOST_ABI}/external/bc-ur/libbc-ur.a) + + ############# # Monero ############# @@ -405,6 +414,8 @@ target_link_libraries( wallet2_api_c ${EXTRA_LIBS_WOWNEROSEED} utf8proc + bc-ur + ssl crypto -- cgit v1.2.3