mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
Fix Actions Build
This commit is contained in:
parent
8779401b93
commit
077afdd68e
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ foreach (LIB ${MONERO_LIBRARIES})
|
|||
else ()
|
||||
set(LIB_NAME "monero::${LIB}")
|
||||
add_library(${LIB_NAME} STATIC IMPORTED)
|
||||
target_link_library(${LIB_NAME} ${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