libmnemonics added to dependencies

This commit is contained in:
moneroexamples 2016-12-24 16:40:28 +08:00
parent 0379497d37
commit cb643c39b9
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,10 @@ add_library(cryptonote_protocol STATIC IMPORTED)
set_property(TARGET cryptonote_protocol
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcryptonote_protocol.a)
add_library(mnemonics STATIC IMPORTED)
set_property(TARGET mnemonics
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libmnemonics.a)
add_library(blockchain_db STATIC IMPORTED)
set_property(TARGET blockchain_db
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libblockchain_db.a)
@ -168,6 +172,7 @@ target_link_libraries(${PROJECT_NAME}
lmdb
ringct
common
mnemonics
${Boost_LIBRARIES}
pthread
unbound