mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
gui/libwallet_merged: libunbound is one more dependency
This commit is contained in:
parent
4d17949d4f
commit
43677f9d68
3 changed files with 23 additions and 9 deletions
6
external/unbound/CMakeLists.txt
vendored
6
external/unbound/CMakeLists.txt
vendored
|
@ -228,3 +228,9 @@ if (MINGW)
|
|||
COPYONLY)
|
||||
endforeach ()
|
||||
endif ()
|
||||
|
||||
|
||||
if (BUILD_GUI_DEPS)
|
||||
install(TARGETS unbound
|
||||
ARCHIVE DESTINATION lib)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue