mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
CMakeLists: Link in zlib privately where applicable
Also, use the target name introduced via find_package(ZLIB) instead of hardcoding the 'z' name in the link libraries.
This commit is contained in:
1
Externals/zlib/CMakeLists.txt
vendored
1
Externals/zlib/CMakeLists.txt
vendored
@ -77,3 +77,4 @@ set(ZLIB_SRCS
|
||||
)
|
||||
|
||||
add_library(z STATIC ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS})
|
||||
add_library(ZLIB::ZLIB ALIAS z)
|
||||
|
Reference in New Issue
Block a user