From 5f98365bc9035ca1028b75a9bc05c58009155598 Mon Sep 17 00:00:00 2001 From: Werner Date: Sun, 15 Dec 2024 19:17:25 +0100 Subject: CMake: Install ints.h for minizip. --- contrib/minizip/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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 set(LIBMINIZIP_HDRS crypt.h + ints.h ioapi.h mztools.h unzip.h -- cgit v1.2.3-55-g6feb