mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
fix(build): add missing zlib files to build
This commit is contained in:
parent
eaba64cf00
commit
f183ee172c
2
vendor/zlib-1.2.2/CMakeLists.txt
vendored
2
vendor/zlib-1.2.2/CMakeLists.txt
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user