Raef Coles | 1971538 | 2020-07-10 09:50:17 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | set(FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/lib/ext CACHE STRING "" FORCE) |
| 8 | |
| 9 | add_subdirectory(qcbor) |
| 10 | add_subdirectory(t_cose) |
| 11 | add_subdirectory(mbedcrypto) |
| 12 | add_subdirectory(tf-m-tests) |
Chris Brand | 1ff8dcb | 2020-09-29 11:35:16 -0700 | [diff] [blame^] | 13 | if(BL2) |
| 14 | add_subdirectory(mcuboot) |
| 15 | endif() |
Raef Coles | 1971538 | 2020-07-10 09:50:17 +0100 | [diff] [blame] | 16 | if(TEST_PSA_API) |
| 17 | add_subdirectory(psa_arch_tests) |
| 18 | endif() |