mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added install targets to the CMake files
This commit is contained in:
parent
99ed6788b2
commit
547f73d66f
9 changed files with 33 additions and 0 deletions
5
include/CMakeLists.txt
Normal file
5
include/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FILE(GLOB headers "polarssl/*.h")
|
||||
|
||||
INSTALL(FILES ${headers}
|
||||
DESTINATION include/polarssl
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
Loading…
Add table
Add a link
Reference in a new issue