diff options
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index 4729bb1..23e1f5e 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -72,6 +72,26 @@ set_target_properties(boost_wserialization PROPERTIES IMPORTED_LOCATION ${EXTERNAL_LIBS_DIR}/prefix/lib/libboost_wserialization.a) ############# +# Polyseed +############# + +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 ############# @@ -237,6 +257,10 @@ target_link_libraries( wallet2_api_c boost_thread boost_wserialization + polyseed + polyseed-wrapper + utf8proc + ssl crypto |
