diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-03 14:11:26 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-03 14:11:26 +0200 |
commit | aa996e3a603e679172e8a3bbc665d57a59843fb9 (patch) | |
tree | 45b34a6066058bd4937f0a08077f7f4127fb1f99 /external/unbound/CMakeLists.txt | |
parent | Merge pull request #1034 (diff) | |
parent | gui/libwallet_merged: libunbound is one more dependency (diff) | |
download | monero-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.txt | 6 |
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() |