aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-03-06 02:36:37 +0900
committerstoffu <stoffu@protonmail.ch>2018-03-06 02:36:37 +0900
commit0bbd521fa2b1398164f3c109d37c50a9e91026a8 (patch)
treea58b02086cba76819a8242d8e762fcc71f848564
parentMerge pull request #3312 (diff)
downloadmonero-0bbd521fa2b1398164f3c109d37c50a9e91026a8.tar.xz
libwallet_merged: added missing libdevice
-rw-r--r--src/wallet/CMakeLists.txt1
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)