mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
3rdparty: Add additional build facilities for 3rd-party code
This commit is contained in:
committed by
Janos Follath
parent
405b371a84
commit
6ea2dea1c5
@@ -4,9 +4,8 @@ if(INSTALL_MBEDTLS_HEADERS)
|
||||
|
||||
file(GLOB headers "mbedtls/*.h")
|
||||
file(GLOB psa_headers "psa/*.h")
|
||||
file(GLOB everest_headers "../3rdparty/everest/include/*.h")
|
||||
|
||||
install(FILES ${headers} ${everest_headers}
|
||||
install(FILES ${headers}
|
||||
DESTINATION include/mbedtls
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
|
||||
|
Reference in New Issue
Block a user