aseprite/third_party/zlib/CMakeLists.txt

17 lines
227 B
CMake
Raw Normal View History

2010-08-11 00:49:32 +00:00
# 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)