diff options
Diffstat (limited to 'monero_libwallet2_api_c/CMakeLists.txt')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 11 |
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 |
