mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
4d28aae8ad
commit
6a03bd10dd
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue