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 | |
| parent | 04906e67bae2ebab885494191df2976f9207b6e8 (diff) | |
| parent | 43677f9d68dae2e82009e0e0290767a37e07a037 (diff) | |
| download | monzero-core-aa996e3a603e679172e8a3bbc665d57a59843fb9.tar.gz monzero-core-aa996e3a603e679172e8a3bbc665d57a59843fb9.tar.xz monzero-core-aa996e3a603e679172e8a3bbc665d57a59843fb9.zip | |
Merge pull request #1038
43677f9 gui/libwallet_merged: libunbound is one more dependency (Ilya Kitaev)
Diffstat (limited to 'external')
| -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() |
