diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-07-26 15:52:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-26 15:52:52 +0300 |
| commit | cce806d7b6b9547338420c227a4d0b855e16a9f6 (patch) | |
| tree | f5f1fc068fc710219cb7663b5090c35d7f2b8d0e | |
| parent | 4ae13d4031654ea19005da0557d262778e11939c (diff) | |
| parent | 722d829b65fd481ea5047abc0351aa0c4a01a4cf (diff) | |
| download | vcpkg-cce806d7b6b9547338420c227a4d0b855e16a9f6.tar.gz vcpkg-cce806d7b6b9547338420c227a4d0b855e16a9f6.zip | |
Merge pull request #1539 from atkawa7/minizip-fix
[vcpkg] minizip fix missing header
| -rw-r--r-- | ports/minizip/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/minizip/CMakeLists.txt b/ports/minizip/CMakeLists.txt index caf2b856d..9ebb5d217 100644 --- a/ports/minizip/CMakeLists.txt +++ b/ports/minizip/CMakeLists.txt @@ -22,6 +22,7 @@ set(SRC ${MIN_SRC}/mztools.c ) set(HEADERS + ${MIN_SRC}/crypt.h ${MIN_SRC}/ioapi.h ${MIN_SRC}/iowin32.h ${MIN_SRC}/unzip.h |
