Release v4.9237 - Ice Coffee :coffee:
[RRG-proxmark3.git] / client / deps / zlib.cmake
blob56350863315cbb7c263962f371b6aca0ee52a1cd
1 add_library(pm3rrg_rdv4_z STATIC
2         ../../common/zlib/deflate.c
3         ../../common/zlib/adler32.c
4         ../../common/zlib/trees.c
5         ../../common/zlib/zutil.c
6         ../../common/zlib/inflate.c
7         ../../common/zlib/inffast.c
8         ../../common/zlib/inftrees.c
11 target_compile_definitions(pm3rrg_rdv4_z PRIVATE Z_SOLO NO_GZIP ZLIB_PM3_TUNED)
12 target_compile_options(pm3rrg_rdv4_z PRIVATE -Wall -O3)
13 set_property(TARGET pm3rrg_rdv4_z PROPERTY POSITION_INDEPENDENT_CODE ON)