diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-04 13:32:35 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-16 10:32:59 +0000 |
commit | a7da8208f5b26426f1562c01a06afcc775681c2b (patch) | |
tree | 42684fea7de09a72a1b7565423dfc5d9d481403f /src/wallet/api/CMakeLists.txt | |
parent | liblmdb: install lmdb library for wallet2_api usage (diff) | |
download | monero-a7da8208f5b26426f1562c01a06afcc775681c2b.tar.xz |
wallet2_api: add blackball api
Diffstat (limited to 'src/wallet/api/CMakeLists.txt')
-rw-r--r-- | src/wallet/api/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/CMakeLists.txt b/src/wallet/api/CMakeLists.txt index 1e67495f1..d6f2bf6b7 100644 --- a/src/wallet/api/CMakeLists.txt +++ b/src/wallet/api/CMakeLists.txt @@ -69,6 +69,7 @@ target_link_libraries(wallet_api common cryptonote_core mnemonics + ${LMDB_LIBRARY} ${Boost_CHRONO_LIBRARY} ${Boost_SERIALIZATION_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} |