The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
ADD_DEFINITIONS(-DNO_VIZ -DSTDC -DNO_GZIP)
FILE(GLOB SRC_ZLIB "*.c" "*.h")
INCLUDE_DIRECTORIES(".")
ADD_LIBRARY(zlib OBJECT ${SRC_ZLIB})