Revert "remove unbound"

This reverts commit d9e982cba569c72a17801857addd4fb9ad929449.
This commit is contained in:
fuwa 2020-05-02 13:27:49 +08:00
parent 03743db2ed
commit 8f17e8c0af
12 changed files with 26 additions and 8 deletions

View file

@ -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})