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) |
Raef Coles | abe4f2c | 2020-10-02 10:32:35 +0100 | [diff] [blame] | 13 | add_subdirectory(CMSIS_5) |
Chris Brand | 1ff8dcb | 2020-09-29 11:35:16 -0700 | [diff] [blame] | 14 | if(BL2) |
| 15 | add_subdirectory(mcuboot) |
| 16 | endif() |
Raef Coles | 1971538 | 2020-07-10 09:50:17 +0100 | [diff] [blame] | 17 | if(TEST_PSA_API) |
| 18 | add_subdirectory(psa_arch_tests) |
| 19 | endif() |