1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-01-26 03:35:23 +00:00
2010-08-10 21:49:32 -03:00

17 lines
227 B
CMake

# ASE - Allegro Sprite Editor
# Copyright (C) 2001-2010 David Capello
add_library(zlib
adler32.c
compress.c
crc32.c
deflate.c
gzio.c
infback.c
inffast.c
inflate.c
inftrees.c
trees.c
uncompr.c
zutil.c)