mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Add pm3line API to hide readline, allowing easier implementation of alternatives
This commit is contained in:
parent
4e78034a6e
commit
fc13b6b20c
12 changed files with 265 additions and 227 deletions
|
@ -341,6 +341,7 @@ set (TARGET_SOURCES
|
|||
${PM3_ROOT}/client/src/pm3.c
|
||||
${PM3_ROOT}/client/src/pm3_binlib.c
|
||||
${PM3_ROOT}/client/src/pm3_bitlib.c
|
||||
${PM3_ROOT}/client/src/pm3line.c
|
||||
${PM3_ROOT}/client/src/prng.c
|
||||
${PM3_ROOT}/client/src/scandir.c
|
||||
${PM3_ROOT}/client/src/scripting.c
|
||||
|
@ -581,6 +582,7 @@ endif (NOT APPLE)
|
|||
if (NOT JANSSON_FOUND)
|
||||
set(ADDITIONAL_LNK pm3rrg_rdv4_jansson ${ADDITIONAL_LNK})
|
||||
endif (NOT JANSSON_FOUND)
|
||||
|
||||
if (NOT WHEREAMI_FOUND)
|
||||
set(ADDITIONAL_LNK pm3rrg_rdv4_whereami ${ADDITIONAL_LNK})
|
||||
endif (NOT WHEREAMI_FOUND)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue