1. Home
  2. Browse
  3. minizip

minizip

v1.3.2#0Latest

Minizip zip file manipulation library

Install

Run the following Vcpkg command to install the port.

vcpkg install minizip

Usage

minizip provides CMake targets:

find_package(minizip CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:MINIZIP::minizip>,MINIZIP::minizip,MINIZIP::minizipstatic>)

minizip provides pkg-config modules:

# Minizip zip file manipulation library

minizip

Features

Dependencies

See source

Version

v1.3.2#0

Publication

Supports

All

GitHub

madler/zlib

Homepage

github.com/madler/zlib

Subtree

e254e6b191

License

Zlib

Definition

Manifest