mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix CMakeLists.txt
This commit is contained in:
@@ -16,6 +16,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||
- Added support for Bruce dump files [.rfid] (@iceman1001)
|
||||
- Added script `read_t-union.py` (@klks)
|
||||
- Added better ECP configuration aliases (@kormax)
|
||||
- Added `hf 14b config` (@kormax);
|
||||
- Added polling loop annotation support to `hf 14b config` (@kormax);
|
||||
- Updated id48lib (adds unit tests, better build management) (@henrygab)
|
||||
- Added two trace files for Ultralight AES (@iceman1001)
|
||||
- Added support for Ultralight AES secure messaing in `hf 14a raw` (@iceman1001)
|
||||
|
||||
@@ -421,6 +421,7 @@ set (TARGET_SOURCES
|
||||
${PM3_ROOT}/client/src/iso4217.c
|
||||
${PM3_ROOT}/client/src/jansson_path.c
|
||||
${PM3_ROOT}/client/src/lua_bitlib.c
|
||||
${PM3_ROOT}/client/src/pla.c
|
||||
${PM3_ROOT}/client/src/preferences.c
|
||||
${PM3_ROOT}/client/src/pm3.c
|
||||
${PM3_ROOT}/client/src/pm3_binlib.c
|
||||
|
||||
Reference in New Issue
Block a user