We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6005e93 commit 1b36ce6Copy full SHA for 1b36ce6
include/CMakeLists.txt
@@ -3,7 +3,7 @@ option(INSTALL_TF_PSA_CRYPTO_HEADERS "Install TF PSA Crypto headers." ON)
3
if(INSTALL_TF_PSA_CRYPTO_HEADERS)
4
file(GLOB psa_headers "psa/*.h")
5
file(GLOB tf-psa-crypto_headers "tf-psa-crypto/*.h")
6
- file(GLOB mbedtls_crypto_headers "../drivers/builtin/include/mbedtls/*.h")
+ file(GLOB mbedtls_crypto_headers "../drivers/builtin/include/mbedtls/*.h" "mbedtls/*.h")
7
8
install(FILES ${psa_headers}
9
DESTINATION include/psa
0 commit comments