mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
22 lines
273 B
CMake
22 lines
273 B
CMake
set(HEADERS
|
|
infblock.h
|
|
infcodes.h
|
|
inffast.h
|
|
inffixed.h
|
|
inftrees.h
|
|
infutil.h
|
|
zconf.h
|
|
zlib.h
|
|
zutil.h)
|
|
set(CPPS
|
|
unzip.cpp
|
|
adler32.c
|
|
infblock.c
|
|
infcodes.c
|
|
inffast.c
|
|
inflate.c
|
|
inftrees.c
|
|
infutil.c)
|
|
|
|
add_library(unzip STATIC ${HEADERS} ${CPPS})
|