aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2024-06-14 08:43:28 +0200
committerRonald Cron <ronald.cron@arm.com>2024-07-01 14:59:35 +0200
commit3d817add466c38591128cc67b49523c8c17f4e47 (patch)
tree945e4f0012d781ce757e3a4e25231414c9579510 /3rdparty
parent550a18d4d6b29e62b6824201d8a49b8224e61c97 (diff)
downloadmbedtls-3d817add466c38591128cc67b49523c8c17f4e47.zip
mbedtls-3d817add466c38591128cc67b49523c8c17f4e47.tar.gz
mbedtls-3d817add466c38591128cc67b49523c8c17f4e47.tar.bz2
Adjust build systems
Adjust build systems such as we can built Mbed TLS in the default and full configuration. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/everest/CMakeLists.txt1
-rw-r--r--3rdparty/p256-m/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/everest/CMakeLists.txt b/3rdparty/everest/CMakeLists.txt
index 8c8e8db..356931e 100644
--- a/3rdparty/everest/CMakeLists.txt
+++ b/3rdparty/everest/CMakeLists.txt
@@ -9,6 +9,7 @@ target_include_directories(${everest_target}
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${MBEDTLS_DIR}/include>
$<BUILD_INTERFACE:${MBEDTLS_DIR}/tf-psa-crypto/include>
+ $<BUILD_INTERFACE:${MBEDTLS_DIR}/tf-psa-crypto/drivers/builtin/include>
$<INSTALL_INTERFACE:include>
PRIVATE include/everest
include/everest/kremlib
diff --git a/3rdparty/p256-m/CMakeLists.txt b/3rdparty/p256-m/CMakeLists.txt
index bd302a7..d3dc813 100644
--- a/3rdparty/p256-m/CMakeLists.txt
+++ b/3rdparty/p256-m/CMakeLists.txt
@@ -9,6 +9,7 @@ target_include_directories(${p256m_target}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/p256-m>
$<BUILD_INTERFACE:${MBEDTLS_DIR}/include>
$<BUILD_INTERFACE:${MBEDTLS_DIR}/tf-psa-crypto/include>
+ $<BUILD_INTERFACE:${MBEDTLS_DIR}/tf-psa-crypto/drivers/builtin/include>
$<INSTALL_INTERFACE:include>
PRIVATE ${MBEDTLS_DIR}/library/)