diff options
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
