mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Externals/libpng: Link against zlib
This commit is contained in:
parent
5ca9933307
commit
c2903f8b4e
2
Externals/libpng/CMakeLists.txt
vendored
2
Externals/libpng/CMakeLists.txt
vendored
@ -23,6 +23,8 @@ PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(png PUBLIC z)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_compile_options(png
|
||||
PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user