updated to current Monero development version

This commit is contained in:
moneroexamples 2017-06-26 10:10:17 +08:00
parent 7ee6ed1f4e
commit 749a0f28bd
2 changed files with 3 additions and 8 deletions

View File

@ -100,13 +100,14 @@ set(LIBRARIES
cryptonote_protocol cryptonote_protocol
cryptonote_basic cryptonote_basic
daemonizer daemonizer
cryptoxmr cncrypto
blocks blocks
lmdb lmdb
ringct ringct
common common
mnemonics mnemonics
epee epee
easylogging
${Boost_LIBRARIES} ${Boost_LIBRARIES}
pthread pthread
unbound unbound

View File

@ -30,7 +30,7 @@
set(LIBS common;blocks;cryptonote_basic;cryptonote_core; set(LIBS common;blocks;cryptonote_basic;cryptonote_core;
cryptonote_protocol;daemonizer;mnemonics;epee;lmdb; cryptonote_protocol;daemonizer;mnemonics;epee;lmdb;
blockchain_db;ringct;wallet) blockchain_db;ringct;wallet;cncrypto)
set(Xmr_INCLUDE_DIRS "${CPP_MONERO_DIR}") 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) set_property(TARGET unbound PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
endif() 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) if (EXISTS ${MONERO_BUILD_DIR}/external/easylogging++/libeasylogging.a)
add_library(easylogging STATIC IMPORTED) add_library(easylogging STATIC IMPORTED)
set_property(TARGET easylogging set_property(TARGET easylogging