mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
Rename project in CMake
TODO: to create symlinks to the old names!
This commit is contained in:
parent
5285970871
commit
9014b6f227
12 changed files with 65 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
option(INSTALL_POLARSSL_HEADERS "Install mbed TLS headers." ON)
|
||||
option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
|
||||
|
||||
if(INSTALL_POLARSSL_HEADERS)
|
||||
if(INSTALL_MBEDTLS_HEADERS)
|
||||
|
||||
file(GLOB headers "polarssl/*.h")
|
||||
|
||||
|
|
@ -8,4 +8,4 @@ install(FILES ${headers}
|
|||
DESTINATION include/polarssl
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
|
||||
endif(INSTALL_POLARSSL_HEADERS)
|
||||
endif(INSTALL_MBEDTLS_HEADERS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue