summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c/CMakeLists.txt
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-05-16 08:09:57 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-05-16 08:09:57 +0200
commit1474a8c5dee8e2d83aefe0653cbd5c39ebaaa3ab (patch)
tree18ff26b190a2f3720c2913c9d36af48752b47da0 /monero_libwallet2_api_c/CMakeLists.txt
parent89c7a09ec2a8552fd371d46f1506ace37d15dd3a (diff)
WIP: UR support in monero
Diffstat (limited to 'monero_libwallet2_api_c/CMakeLists.txt')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
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
@@ -164,6 +164,15 @@ 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