mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -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:
@ -288,11 +288,11 @@ PUBLIC
|
||||
videonull
|
||||
videoogl
|
||||
videosoftware
|
||||
z
|
||||
|
||||
PRIVATE
|
||||
bdisasm
|
||||
${LZO}
|
||||
ZLIB::ZLIB
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
|
Reference in New Issue
Block a user