mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
3rdparty: Add additional build facilities for 3rd-party code
This commit is contained in:
parent
181f284e39
commit
655ddababa
5 changed files with 12 additions and 6 deletions
|
|
@ -3,9 +3,8 @@ option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
|
|||
if(INSTALL_MBEDTLS_HEADERS)
|
||||
|
||||
file(GLOB headers "mbedtls/*.h")
|
||||
file(GLOB headers_everest "../3rdparty/everest/include/*.h")
|
||||
|
||||
install(FILES ${headers} ${headers_everest}
|
||||
install(FILES ${headers}
|
||||
DESTINATION include/mbedtls
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue