|
|
|
@ -61,6 +61,10 @@ add_library(cryptoxmr STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET cryptoxmr
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcrypto.a)
|
|
|
|
|
|
|
|
|
|
add_library(cryptonote_basic STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET cryptonote_basic
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcryptonote_basic.a)
|
|
|
|
|
|
|
|
|
|
add_library(cryptonote_core STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET cryptonote_core
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcryptonote_core.a)
|
|
|
|
@ -69,6 +73,10 @@ add_library(cryptonote_protocol STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET cryptonote_protocol
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcryptonote_protocol.a)
|
|
|
|
|
|
|
|
|
|
add_library(daemonizer STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET daemonizer
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libdaemonizer.a)
|
|
|
|
|
|
|
|
|
|
add_library(mnemonics STATIC IMPORTED)
|
|
|
|
|
set_property(TARGET mnemonics
|
|
|
|
|
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libmnemonics.a)
|
|
|
|
@ -176,9 +184,11 @@ set(LIBRARIES
|
|
|
|
|
myext
|
|
|
|
|
mstch
|
|
|
|
|
wallet
|
|
|
|
|
blockchain_db
|
|
|
|
|
cryptonote_core
|
|
|
|
|
cryptonote_protocol
|
|
|
|
|
blockchain_db
|
|
|
|
|
cryptonote_basic
|
|
|
|
|
daemonizer
|
|
|
|
|
cryptoxmr
|
|
|
|
|
blocks
|
|
|
|
|
lmdb
|
|
|
|
|