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 /CMakeLists.txt | |
parent | wallet_merged: ringct added to dependencies (diff) | |
download | monero-43677f9d68dae2e82009e0e0290767a37e07a037.tar.xz |
gui/libwallet_merged: libunbound is one more dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1ac8422a..91f0ca1fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,3 +603,7 @@ if(BUILD_DOCUMENTATION) endif() endif() +# when ON - will install libunbound and libwallet_merged into "lib" +option(BUILD_GUI_DEPS "Build GUI dependencies." OFF) + + |