aboutsummaryrefslogtreecommitdiff
path: root/external/unbound
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-03 13:32:06 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-03 13:32:06 +0300
commit43677f9d68dae2e82009e0e0290767a37e07a037 (patch)
treee336b3ef3674650ee0c87ef98746d9c95b6c7975 /external/unbound
parentwallet_merged: ringct added to dependencies (diff)
downloadmonero-43677f9d68dae2e82009e0e0290767a37e07a037.tar.xz
gui/libwallet_merged: libunbound is one more dependency
Diffstat (limited to 'external/unbound')
-rw-r--r--external/unbound/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/unbound/CMakeLists.txt b/external/unbound/CMakeLists.txt
index 0dd5d6bc4..99a44e1a6 100644
--- a/external/unbound/CMakeLists.txt
+++ b/external/unbound/CMakeLists.txt
@@ -228,3 +228,9 @@ if (MINGW)
COPYONLY)
endforeach ()
endif ()
+
+
+if (BUILD_GUI_DEPS)
+ install(TARGETS unbound
+ ARCHIVE DESTINATION lib)
+endif()