mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
cmake: install crypt.h if using compatability mode #862
This commit is contained in:
parent
c7c6ea74fb
commit
288b7f1d4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue