diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-07-25 16:50:25 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-07-25 16:50:25 -0700 |
| commit | 722d829b65fd481ea5047abc0351aa0c4a01a4cf (patch) | |
| tree | c13af64132e1cd17664b638a1ea81f33b72712a4 | |
| parent | b277b4dda3a2793fd59a6cca5de96f8bc65f1357 (diff) | |
| download | vcpkg-722d829b65fd481ea5047abc0351aa0c4a01a4cf.tar.gz vcpkg-722d829b65fd481ea5047abc0351aa0c4a01a4cf.zip | |
[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 |
