diff options
author | Werner <led-control@vollstreckernet.de> | 2024-12-15 19:17:25 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
commit | 5f98365bc9035ca1028b75a9bc05c58009155598 (patch) | |
tree | ef2b8cbdbcb89730a8e7d215c634999c63e9bd75 | |
parent | aefb4b5b94be42ac148f2aaad36e23ca141618c0 (diff) | |
download | zlib-5f98365bc9035ca1028b75a9bc05c58009155598.tar.gz zlib-5f98365bc9035ca1028b75a9bc05c58009155598.tar.bz2 zlib-5f98365bc9035ca1028b75a9bc05c58009155598.zip |
CMake: Install ints.h for minizip.
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index 23abc7a..e433419 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -76,6 +76,7 @@ set(LIBMINIZIP_SRCS | |||
76 | 76 | ||
77 | set(LIBMINIZIP_HDRS | 77 | set(LIBMINIZIP_HDRS |
78 | crypt.h | 78 | crypt.h |
79 | ints.h | ||
79 | ioapi.h | 80 | ioapi.h |
80 | mztools.h | 81 | mztools.h |
81 | unzip.h | 82 | unzip.h |