mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
12 lines
393 B
CMake
12 lines
393 B
CMake
add_library(z STATIC
|
|
../../common/zlib/deflate.c
|
|
../../common/zlib/adler32.c
|
|
../../common/zlib/trees.c
|
|
../../common/zlib/zutil.c
|
|
../../common/zlib/inflate.c
|
|
../../common/zlib/inffast.c
|
|
../../common/zlib/inftrees.c
|
|
)
|
|
|
|
target_compile_definitions(z PRIVATE Z_SOLO NO_GZIP ZLIB_PM3_TUNED)
|
|
target_compile_options(z PRIVATE -Wall -Werror -O3)
|