mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:45:49 +01: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)
|