link correct cncrypto and ringct_basic libs

This commit is contained in:
j-berman 2024-08-09 15:48:51 -07:00
parent f17db01250
commit 9ad49189bb
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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