mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
ECDH: Include Everest Curve25519 in build scripts
This commit is contained in:
committed by
Janos Follath
parent
de4fcf2ae3
commit
d5fd766c49
@@ -4,8 +4,9 @@ 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}
|
||||
install(FILES ${headers} ${everest_headers}
|
||||
DESTINATION include/mbedtls
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user