add zlib as project dependency
All checks were successful
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory_osx/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
2023-10-29 19:12:16 -05:00
parent 1b7e854f5f
commit 0331152569
6 changed files with 16 additions and 1 deletions

View File

@@ -45,3 +45,5 @@ else()
)
set(LIBSODIUM_LIBRARIES libsodium.a)
endif()
add_dependencies(libsodium_project zlib_project)