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) |
| 13 | add_subdirectory(mcuboot) |
| 14 | if(TEST_PSA_API) |
| 15 | add_subdirectory(psa_arch_tests) |
| 16 | endif() |