Browse Source

zlib: Update build within CMake for 1.2.12

Brad King 3 years ago
parent
commit
e6e7b615af
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Utilities/cmzlib/CMakeLists.txt

+ 4 - 1
Utilities/cmzlib/CMakeLists.txt

@@ -13,7 +13,10 @@ add_library(cmzlib
   compress.c
   crc32.c
   deflate.c
-  gzio.c
+  gzclose.c
+  gzlib.c
+  gzread.c
+  gzwrite.c
   inffast.c
   inflate.c
   inftrees.c