mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Revert "remove unbound"
This reverts commit d9e982cba569c72a17801857addd4fb9ad929449.
This commit is contained in:
parent
03743db2ed
commit
8f17e8c0af
12 changed files with 26 additions and 8 deletions
|
@ -208,6 +208,7 @@ if(NOT MANUAL_SUBMODULES)
|
|||
|
||||
message(STATUS "Checking submodules")
|
||||
check_submodule(external/miniupnp)
|
||||
check_submodule(external/unbound)
|
||||
check_submodule(external/rapidjson)
|
||||
check_submodule(external/trezor-common)
|
||||
check_submodule(external/RandomWOW)
|
||||
|
@ -473,6 +474,8 @@ else()
|
|||
endif()
|
||||
|
||||
# Final setup for libunbound
|
||||
include_directories(${UNBOUND_INCLUDE})
|
||||
link_directories(${UNBOUND_LIBRARY_DIRS})
|
||||
|
||||
# Final setup for easylogging++
|
||||
include_directories(${EASYLOGGING_INCLUDE})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue