summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbridge/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt
index 4729bb1..b476bfa 100644
--- a/libbridge/CMakeLists.txt
+++ b/libbridge/CMakeLists.txt
@@ -72,6 +72,14 @@ 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)
+
+#############
# Monero
#############
@@ -237,6 +245,8 @@ target_link_libraries( wallet2_api_c
boost_thread
boost_wserialization
+ polyseed
+
ssl
crypto