Skip to content

Commit

Permalink
Externals/minizip: Link against zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed May 8, 2019
1 parent c2903f8 commit 51e025f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Externals/minizip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ endif()
add_library(minizip STATIC ${SRCS})
target_include_directories(minizip PUBLIC .)

target_link_libraries(minizip PUBLIC z)

add_library(MiniZip::minizip ALIAS minizip)

0 comments on commit 51e025f

Please sign in to comment.