fix(build): add missing zlib files to build

This commit is contained in:
fallenoak 2026-01-08 21:41:16 -06:00
parent eaba64cf00
commit f183ee172c
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -10,7 +10,9 @@ add_library(zlib-1.2 STATIC
${ZLIB_SRC_DIR}/crc32.c
${ZLIB_SRC_DIR}/deflate.c
${ZLIB_SRC_DIR}/gzio.c
${ZLIB_SRC_DIR}/inffast.c
${ZLIB_SRC_DIR}/inflate.c
${ZLIB_SRC_DIR}/inftrees.c
${ZLIB_SRC_DIR}/trees.c
${ZLIB_SRC_DIR}/uncompr.c
${ZLIB_SRC_DIR}/zutil.c