winamp/Src/external_dependencies/openmpt-trunk/include/premake/contrib/mbedtls/premake5.lua
2024-09-24 14:54:57 +02:00

20 lines
269 B
Lua
Vendored

project "mbedtls-lib"
language "C"
kind "StaticLib"
warnings "off"
includedirs { 'include' }
if not _OPTIONS["no-zlib"] then
defines { 'MBEDTLS_ZLIB_SUPPORT' }
includedirs { '../zlib' }
end
files
{
"include/**.h",
"library/*.c"
}