Raef Coles | b3d7882 | 2020-07-10 13:31:29 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | target_include_directories(${CC312_LIB_TARGET} |
| 9 | PRIVATE |
| 10 | include/cc_mng |
| 11 | PUBLIC |
| 12 | hw/include |
| 13 | include |
| 14 | include/cc_util |
| 15 | include/crypto_api |
| 16 | include/crypto_api/cc3x |
| 17 | include/mbedtls |
| 18 | include/pal |
| 19 | include/pal/no_os |
| 20 | include/proj/cc3x |
| 21 | ) |
| 22 | |
| 23 | target_sources(${CC312_LIB_TARGET} |
| 24 | PRIVATE |
| 25 | src/proj/cc3x/cc_ecpki_info.c |
| 26 | src/proj/cc3x/cc_hash_info.c |
| 27 | src/proj/cc3x/cc_rsa_info.c |
| 28 | ) |
| 29 | |
| 30 | target_include_directories(${CC312_PAL_TARGET} |
Raef Coles | f864f83d | 2020-12-11 15:46:04 +0000 | [diff] [blame] | 31 | INTERFACE |
Raef Coles | b3d7882 | 2020-07-10 13:31:29 +0100 | [diff] [blame] | 32 | include |
| 33 | include/proj/cc3x |
| 34 | hw/include |
Raef Coles | b3d7882 | 2020-07-10 13:31:29 +0100 | [diff] [blame] | 35 | include/pal |
| 36 | include/pal/no_os |
| 37 | ) |
| 38 | |
| 39 | target_include_directories(${CC312_CDMPU_TARGET} |
Raef Coles | f864f83d | 2020-12-11 15:46:04 +0000 | [diff] [blame] | 40 | INTERFACE |
Raef Coles | b3d7882 | 2020-07-10 13:31:29 +0100 | [diff] [blame] | 41 | include/crypto_api |
| 42 | include/crypto_api/cc3x |
| 43 | include/cc_mng |
| 44 | ) |