15 lines
187 B
CMake
15 lines
187 B
CMake
|
set(SRCS adler32.c
|
||
|
compress.c
|
||
|
crc32.c
|
||
|
deflate.c
|
||
|
gzio.c
|
||
|
infback.c
|
||
|
inffast.c
|
||
|
inflate.c
|
||
|
inftrees.c
|
||
|
trees.c
|
||
|
uncompr.c
|
||
|
zutil.c)
|
||
|
|
||
|
add_library(z STATIC ${SRCS})
|