source:
ps/trunk/build/premake/premake5/contrib/mbedtls/premake5.lua
| Last change on this file was 20366, checked in by , 7 years ago | |
|---|---|
| File size: 269 bytes | |
| Rev | Line | |
|---|---|---|
| [20366] | 1 | project "mbedtls-lib" |
| 2 | language "C" | |
| 3 | kind "StaticLib" | |
| 4 | warnings "off" | |
| 5 | ||
| 6 | includedirs { 'include' } | |
| 7 | ||
| 8 | if not _OPTIONS["no-zlib"] then | |
| 9 | defines { 'MBEDTLS_ZLIB_SUPPORT' } | |
| 10 | includedirs { '../zlib' } | |
| 11 | end | |
| 12 | ||
| 13 | files | |
| 14 | { | |
| 15 | "include/**.h", | |
| 16 | "library/*.c" | |
| 17 | } | |
| 18 | ||
| 19 |
Note:
See TracBrowser
for help on using the repository browser.
