diff options
author | stoffu <stoffu@protonmail.ch> | 2018-03-06 02:36:37 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-03-06 02:36:37 +0900 |
commit | 0bbd521fa2b1398164f3c109d37c50a9e91026a8 (patch) | |
tree | a58b02086cba76819a8242d8e762fcc71f848564 /src | |
parent | Merge pull request #3312 (diff) | |
download | monero-0bbd521fa2b1398164f3c109d37c50a9e91026a8.tar.xz |
libwallet_merged: added missing libdevice
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index c6d0bd9da..36b661004 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -111,6 +111,7 @@ if (BUILD_GUI_DEPS) mnemonics common cncrypto + device ringct checkpoints version) |