mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-16 09:04:58 +00:00
15 lines
187 B
Text
15 lines
187 B
Text
|
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})
|