
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
if(MSVC)
|
|
add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
|
|
endif(MSVC)
|
|
|
|
add_library(z adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c
|
|
zutil.c inflate.c infback.c inftrees.c inffast.c)
|
|
|
|
if(BUILD_SHARED_LIBS)
|
|
install(TARGETS Z DESTINATION lib)
|
|
endif(BUILD_SHARED_LIBS)
|