mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 13:14:12 +00:00
6 lines
163 B
CMake
6 lines
163 B
CMake
FILE(GLOB headers "polarssl/*.h")
|
|
|
|
INSTALL(FILES ${headers}
|
|
DESTINATION include/polarssl
|
|
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|