V1 Readme + rangement
This commit is contained in:
parent
3300e0efd3
commit
406e6d9b5d
1339 changed files with 248781 additions and 4282 deletions
10
asift_gen/io_png/libs/zlib/CMakeLists.txt
Executable file
10
asift_gen/io_png/libs/zlib/CMakeLists.txt
Executable file
|
@ -0,0 +1,10 @@
|
|||
PROJECT(zlib)
|
||||
|
||||
ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
ADD_LIBRARY(zlib STATIC
|
||||
adler32.c compress.c crc32.c deflate.c gzio.c infback.c
|
||||
inffast.c inflate.c inftrees.c minigzip.c trees.c uncompr.c
|
||||
zutil.c crc32.h deflate.h inffast.h inffixed.h inflate.h
|
||||
inftrees.h trees.h zconf.h zconf.in.h zlib.h zutil.h
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue