From 9511e3bb3098f53fc17b932241813fca68565cc0 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 5 Jan 2024 14:47:40 +0100 Subject: link agains utf8proc and libpolyseed_wrapper.a --- libbridge/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index b476bfa..23e1f5e 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -79,6 +79,18 @@ add_library(polyseed STATIC IMPORTED) set_target_properties(polyseed PROPERTIES IMPORTED_LOCATION ${EXTERNAL_LIBS_DIR}/prefix/lib/libpolyseed.a) +add_library(polyseed-wrapper STATIC IMPORTED) +set_target_properties(polyseed-wrapper PROPERTIES IMPORTED_LOCATION + ${EXTERNAL_LIBS_DIR}/monero/build/release/src/polyseed/libpolyseed_wrapper.a) + +############# +# Utf8proc +############# + +add_library(utf8proc STATIC IMPORTED) +set_target_properties(utf8proc PROPERTIES IMPORTED_LOCATION + ${EXTERNAL_LIBS_DIR}/prefix/lib/libutf8proc.a) + ############# # Monero ############# @@ -246,6 +258,8 @@ target_link_libraries( wallet2_api_c boost_wserialization polyseed + polyseed-wrapper + utf8proc ssl crypto -- cgit v1.2.3