added zlib
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:05:40 -05:00
parent 12a945d863
commit 1b7e854f5f
3 changed files with 37 additions and 45 deletions

View File

@@ -17,16 +17,13 @@ add_dependencies(librepertory
curl_project
libsodium_project
rocksdb_project
zlib_project
)
if (LINUX)
add_dependencies(librepertory libuuid_project)
endif()
if (LINUX OR MINGW OR MACOS)
if (NOT WIN32)
add_dependencies(librepertory openssl_project)
endif()
if (MSVC OR MINGW)
add_dependencies(librepertory zlib_project)
endif()