Merge pull request #8846 from nyanpasu64/fix-cmake-zlib

Fix Windows CMake builds with shared zlib
This commit is contained in:
Léo Lam
2020-10-22 01:11:27 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ add_library(updatercommon
target_link_libraries(updatercommon PRIVATE
uicommon
mbedtls
z
ZLIB::ZLIB
ed25519
cpp-optparse
)