diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-30 18:57:54 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-30 18:57:54 -0500 |
commit | b60cf6a93885405d2a684428f8294430d7a5ef1f (patch) | |
tree | 40b5e2b756299c7905502b082e62a46ac2eebfda /src/wallet | |
parent | Merge pull request #5913 (diff) | |
parent | build: link wallet_merged against blockchain_db and hardforks obj (diff) | |
download | monero-b60cf6a93885405d2a684428f8294430d7a5ef1f.tar.xz |
Merge pull request #5939
9baf2a7 build: link wallet_merged against blockchain_db and hardforks obj (xiphon)
Diffstat (limited to 'src/wallet')
-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 |