diff options
author | xiphon <xiphon@protonmail.com> | 2019-09-28 12:35:33 +0000 |
---|---|---|
committer | xiphon <xiphon@protonmail.com> | 2019-09-28 12:35:33 +0000 |
commit | 9baf2a7caaec50c9ae6138f4cd876d67c2ca3d23 (patch) | |
tree | a3d37512a837a9cdfae27eab21cf0eac690859e9 /src | |
parent | Merge pull request #5549 (diff) | |
download | monero-9baf2a7caaec50c9ae6138f4cd876d67c2ca3d23.tar.xz |
build: link wallet_merged against blockchain_db and hardforks obj
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index d0fc21f51..553445a39 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -117,12 +117,14 @@ if (BUILD_GUI_DEPS) wallet_api wallet multisig + blockchain_db cryptonote_core cryptonote_basic mnemonics common cncrypto device + hardforks ringct ringct_basic checkpoints |