mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Merge remote-tracking branch 'origin/devel' into devel
This commit is contained in:
commit
136fd94aab
2 changed files with 5 additions and 6 deletions
|
@ -110,7 +110,6 @@ set(LIBRARIES
|
|||
blocks
|
||||
lmdb
|
||||
ringct
|
||||
ringct_basic
|
||||
device
|
||||
common
|
||||
mnemonics
|
||||
|
|
|
@ -57,11 +57,11 @@ foreach (l ${LIBS})
|
|||
|
||||
endforeach()
|
||||
|
||||
if (EXISTS ${MONERO_BUILD_DIR}/src/ringct/libringct_basic.a)
|
||||
add_library(ringct_basic STATIC IMPORTED)
|
||||
set_property(TARGET ringct_basic
|
||||
PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/src/ringct/libringct_basic.a)
|
||||
endif()
|
||||
#if (EXISTS ${MONERO_BUILD_DIR}/src/ringct/libringct_basic.a)
|
||||
# add_library(ringct_basic STATIC IMPORTED)
|
||||
# set_property(TARGET ringct_basic
|
||||
# PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/src/ringct/libringct_basic.a)
|
||||
#endif()
|
||||
|
||||
|
||||
message(STATUS ${MONERO_SOURCE_DIR}/build)
|
||||
|
|
Loading…
Reference in a new issue