mirror of
https://github.com/monero-project/monero.git
synced 2025-02-02 05:04:58 -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
|
target_link_libraries(fcmp_pp
|
||||||
PUBLIC
|
PUBLIC
|
||||||
crypto
|
cncrypto
|
||||||
cryptonote_basic
|
cryptonote_basic
|
||||||
epee
|
epee
|
||||||
ringct
|
ringct_basic
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/fcmp_pp_rust/libfcmp_pp_rust.a
|
${CMAKE_CURRENT_BINARY_DIR}/fcmp_pp_rust/libfcmp_pp_rust.a
|
||||||
${EXTRA_LIBRARIES}
|
${EXTRA_LIBRARIES}
|
||||||
|
@ -114,7 +114,7 @@ monero_add_minimal_executable(unit_tests
|
|||||||
target_link_libraries(unit_tests
|
target_link_libraries(unit_tests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
ringct
|
ringct
|
||||||
crypto
|
cncrypto
|
||||||
cryptonote_protocol
|
cryptonote_protocol
|
||||||
cryptonote_core
|
cryptonote_core
|
||||||
daemon_messages
|
daemon_messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user