Skip to content

Commit

Permalink
libmnemonics added to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moneroexamples committed Dec 24, 2016
1 parent 0379497 commit cb643c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -168,6 +172,7 @@ target_link_libraries(${PROJECT_NAME}
lmdb
ringct
common
mnemonics
${Boost_LIBRARIES}
pthread
unbound
Expand Down

0 comments on commit cb643c3

Please sign in to comment.