mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01: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}
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries(png PUBLIC z)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
target_compile_options(png
|
target_compile_options(png
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user