mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
updated to current Monero development version
This commit is contained in:
parent
e45a307aa2
commit
8cad454e29
2 changed files with 3 additions and 8 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
set(LIBS common;blocks;cryptonote_basic;cryptonote_core;
|
||||
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;
|
||||
blockchain_db;ringct;wallet)
|
||||
blockchain_db;ringct;wallet;cncrypto)
|
||||
|
||||
set(Xmr_INCLUDE_DIRS "${CPP_MONERO_DIR}")
|
||||
|
||||
|
@ -63,12 +63,6 @@ if (EXISTS ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
|
|||
set_property(TARGET unbound PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
|
||||
endif()
|
||||
|
||||
if (EXISTS ${MONERO_BUILD_DIR}/src/crypto/libcrypto.a)
|
||||
add_library(cryptoxmr STATIC IMPORTED)
|
||||
set_property(TARGET cryptoxmr
|
||||
PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/src/crypto/libcrypto.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