mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
libmnemonics added to dependencies
This commit is contained in:
parent
0379497d37
commit
cb643c39b9
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,10 @@ add_library(cryptonote_protocol STATIC IMPORTED)
|
||||||
set_property(TARGET cryptonote_protocol
|
set_property(TARGET cryptonote_protocol
|
||||||
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcryptonote_protocol.a)
|
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)
|
add_library(blockchain_db STATIC IMPORTED)
|
||||||
set_property(TARGET blockchain_db
|
set_property(TARGET blockchain_db
|
||||||
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libblockchain_db.a)
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libblockchain_db.a)
|
||||||
|
@ -168,6 +172,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||||
lmdb
|
lmdb
|
||||||
ringct
|
ringct
|
||||||
common
|
common
|
||||||
|
mnemonics
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
unbound
|
unbound
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue