commit | aa32cdffcc0c71e5ee05d8d2599b7c2783aa6d1f | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Mon Sep 11 10:38:22 2023 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Sat Oct 07 14:53:13 2023 +0800 |
tree | 4e0e812d3ceff59c65cb47b1d1a360d540c95fe7 | |
parent | 8176fc5e1ca0ccd362bb44a9a2c867ebd06ae182 [diff] [blame] |
Build: Add qcbor library fetching Change-Id: I00e8a0b6d551d01b39ca2d563ed9a75b9c4f2b72 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/lib/ext/CMakeLists.txt b/lib/ext/CMakeLists.txt index eb53c97..d6da886 100644 --- a/lib/ext/CMakeLists.txt +++ b/lib/ext/CMakeLists.txt
@@ -8,3 +8,8 @@ if(CONFIG_TFM_ERPC_TEST_FRAMEWORK) add_subdirectory(erpc) endif() + +if(TEST_NS_ATTESTATION OR TEST_NS_QCBOR) + add_subdirectory(qcbor) +endif() +