mirror of
https://github.com/monero-project/monero.git
synced 2025-01-22 07:31:04 -05:00
link correct cncrypto and ringct_basic libs
This commit is contained in:
parent
f17db01250
commit
9ad49189bb
@ -49,10 +49,10 @@ endif()
|
||||
|
||||
target_link_libraries(fcmp_pp
|
||||
PUBLIC
|
||||
crypto
|
||||
cncrypto
|
||||
cryptonote_basic
|
||||
epee
|
||||
ringct
|
||||
ringct_basic
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/fcmp_pp_rust/libfcmp_pp_rust.a
|
||||
${EXTRA_LIBRARIES}
|
||||
|
@ -114,7 +114,7 @@ monero_add_minimal_executable(unit_tests
|
||||
target_link_libraries(unit_tests
|
||||
PRIVATE
|
||||
ringct
|
||||
crypto
|
||||
cncrypto
|
||||
cryptonote_protocol
|
||||
cryptonote_core
|
||||
daemon_messages
|
||||
|
Loading…
Reference in New Issue
Block a user