1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

update further everest paths

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-03-27 13:41:29 +00:00
parent 2d6374a0f9
commit 243b54f386

View File

@ -441,7 +441,7 @@ if(ENABLE_TESTING OR ENABLE_PROGRAMS)
PRIVATE include
PRIVATE tf-psa-crypto/include
PRIVATE tf-psa-crypto/drivers/builtin/include
PRIVATE tf-psa-crypto/drivers/everest/include
PRIVATE tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/
PRIVATE library
PRIVATE tf-psa-crypto/core
PRIVATE tf-psa-crypto/drivers/builtin/src)
@ -480,7 +480,7 @@ if(ENABLE_TESTING OR ENABLE_PROGRAMS)
PRIVATE library
PRIVATE tf-psa-crypto/core
PRIVATE tf-psa-crypto/drivers/builtin/src
PRIVATE tf-psa-crypto/drivers/everest/include)
PRIVATE tf-psa-crypto/drivers/everest/include/tf-psa-crypto/private/)
set_config_files_compile_definitions(mbedtls_test_helpers)
endif()