mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
add changes from pr #76
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/76/commits/4983786ed546002ccea81ae35afd496a2d698cb9
This commit is contained in:
parent
513b59004f
commit
b3d8279af3
5 changed files with 37 additions and 22 deletions
|
@ -57,12 +57,6 @@ foreach (l ${LIBS})
|
|||
|
||||
endforeach()
|
||||
|
||||
|
||||
if (EXISTS ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
|
||||
add_library(unbound STATIC IMPORTED)
|
||||
set_property(TARGET unbound PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
|
||||
endif()
|
||||
|
||||
if (EXISTS ${MONERO_BUILD_DIR}/external/easylogging++/libeasylogging.a)
|
||||
add_library(easylogging STATIC IMPORTED)
|
||||
set_property(TARGET easylogging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue