mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 23:26:03 +00:00
Merge pull request #8846 from nyanpasu64/fix-cmake-zlib
Fix Windows CMake builds with shared zlib
This commit is contained in:
commit
08f9ed043b
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ add_library(updatercommon
|
|||
target_link_libraries(updatercommon PRIVATE
|
||||
uicommon
|
||||
mbedtls
|
||||
z
|
||||
ZLIB::ZLIB
|
||||
ed25519
|
||||
cpp-optparse
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue