mirror of
https://github.com/cuberite/polarssl.git
synced 2025-12-09 07:13:38 -05: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)
|