This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/contrib/mbedtls/include/CMakeLists.txt

Last change on this file was 20366, checked in by Itms, 7 years ago

Alpha 12 version of Premake 5, including prebuilt binary for Windows.
Directly taken from https://premake.github.io/.

Refs #3729.

File size: 294 bytes
Line 
1option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
2
3if(INSTALL_MBEDTLS_HEADERS)
4
5 file(GLOB headers "mbedtls/*.h")
6
7 install(FILES ${headers}
8 DESTINATION include/mbedtls
9 PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
10
11endif(INSTALL_MBEDTLS_HEADERS)
Note: See TracBrowser for help on using the repository browser.