mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
ssl suport added
This commit is contained in:
parent
d44e0ad385
commit
b9067189d5
3 changed files with 59 additions and 5 deletions
|
@ -53,8 +53,8 @@ set_property(TARGET common PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcomm
|
|||
add_library(blocks STATIC IMPORTED)
|
||||
set_property(TARGET blocks PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libblocks.a)
|
||||
|
||||
add_library(crypto STATIC IMPORTED)
|
||||
set_property(TARGET crypto
|
||||
add_library(cryptoxmr STATIC IMPORTED)
|
||||
set_property(TARGET cryptoxmr
|
||||
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libcrypto.a)
|
||||
|
||||
add_library(cryptonote_core STATIC IMPORTED)
|
||||
|
@ -163,7 +163,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||
cryptonote_core
|
||||
cryptonote_protocol
|
||||
blockchain_db
|
||||
crypto
|
||||
cryptoxmr
|
||||
blocks
|
||||
lmdb
|
||||
ringct
|
||||
|
@ -173,4 +173,6 @@ target_link_libraries(${PROJECT_NAME}
|
|||
unbound
|
||||
unwind
|
||||
curl
|
||||
dl)
|
||||
dl
|
||||
crypto
|
||||
ssl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue