Raef Coles | 4817eb8 | 2022-01-18 12:33:24 +0000 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
2 | # Copyright (c) 2021-2022, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | #------------------------------------------------------------------------------- | ||||
7 | |||||
8 | add_subdirectory(log) | ||||
9 | |||||
10 | if(NS) | ||||
11 | add_subdirectory(app) | ||||
12 | endif() | ||||
13 | |||||
14 | add_subdirectory(test) |