Update CMakeLists.txt

This commit is contained in:
Lee *!* Clagett 2024-02-25 18:20:11 -05:00 committed by GitHub
parent 4d28aae8ad
commit 6a03bd10dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,7 +213,7 @@ foreach (LIB ${MONERO_LIBRARIES})
else ()
set(LIB_NAME "monero::${LIB}")
add_library(${LIB_NAME} STATIC IMPORTED)
target_link_libraries(${LIB_NAME} ${monero_SODIUM_LIBRARY})
target_link_libraries(${LIB_NAME} PUBLIC ${monero_SODIUM_LIBRARY})
set_target_properties(${LIB_NAME} PROPERTIES IMPORTED_LOCATION ${LIB_PATH})
list(APPEND IMPORTED_MONERO_LIBRARIES "${LIB_NAME}")
endif()