mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
client: replace zlib by bzip2
This commit is contained in:
parent
8418e89180
commit
15012198f9
712 changed files with 32 additions and 217 deletions
|
@ -25,6 +25,3 @@ endif()
|
|||
if (NOT TARGET pm3rrg_rdv4_whereami)
|
||||
include(whereami.cmake)
|
||||
endif()
|
||||
if (NOT TARGET pm3rrg_rdv4_z)
|
||||
include(zlib.cmake)
|
||||
endif()
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
add_library(pm3rrg_rdv4_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(pm3rrg_rdv4_z PRIVATE Z_SOLO NO_GZIP ZLIB_PM3_TUNED)
|
||||
target_include_directories(pm3rrg_rdv4_z INTERFACE ../../common/zlib)
|
||||
target_compile_options(pm3rrg_rdv4_z PRIVATE -Wall -Werror -O3)
|
||||
set_property(TARGET pm3rrg_rdv4_z PROPERTY POSITION_INDEPENDENT_CODE ON)
|
Loading…
Add table
Add a link
Reference in a new issue