aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 14:11:26 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 14:11:26 +0200
commitaa996e3a603e679172e8a3bbc665d57a59843fb9 (patch)
tree45b34a6066058bd4937f0a08077f7f4127fb1f99 /external/unbound/CMakeLists.txt
parentMerge pull request #1034 (diff)
parentgui/libwallet_merged: libunbound is one more dependency (diff)
downloadmonero-aa996e3a603e679172e8a3bbc665d57a59843fb9.tar.xz
Merge pull request #1038
43677f9 gui/libwallet_merged: libunbound is one more dependency (Ilya Kitaev)
Diffstat (limited to 'external/unbound/CMakeLists.txt')
-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()