cmake: install crypt.h if using compatability mode #862

This commit is contained in:
Andrew Patterson 2026-04-24 22:28:46 -07:00 committed by Nathan Moin Vaziri
parent c7c6ea74fb
commit 288b7f1d4b

View file

@ -678,6 +678,7 @@ if(MZ_COMPAT)
compat/unzip.c
compat/zip.c)
list(APPEND MINIZIP_HDR
compat/crypt.h
compat/ioapi.h
compat/unzip.h
compat/zip.h)