From 5dce150e43d450177e49cff9557d7f7fb5db67b6 Mon Sep 17 00:00:00 2001 From: kormax <3392860+kormax@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:29:55 +0200 Subject: [PATCH] Fix CMakeLists.txt --- CHANGELOG.md | 2 ++ client/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db8ed79b..e633822d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index c1cc7d8a4..16844fa94 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -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