diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-03 13:32:06 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-03 13:32:06 +0300 |
commit | 43677f9d68dae2e82009e0e0290767a37e07a037 (patch) | |
tree | e336b3ef3674650ee0c87ef98746d9c95b6c7975 /external/unbound | |
parent | wallet_merged: ringct added to dependencies (diff) | |
download | monero-43677f9d68dae2e82009e0e0290767a37e07a037.tar.xz |
gui/libwallet_merged: libunbound is one more dependency
Diffstat (limited to 'external/unbound')
-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() |