aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-07-26 15:52:52 +0300
committerGitHub <noreply@github.com>2017-07-26 15:52:52 +0300
commitcce806d7b6b9547338420c227a4d0b855e16a9f6 (patch)
treef5f1fc068fc710219cb7663b5090c35d7f2b8d0e
parent4ae13d4031654ea19005da0557d262778e11939c (diff)
parent722d829b65fd481ea5047abc0351aa0c4a01a4cf (diff)
downloadvcpkg-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.txt1
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