mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 21:31:28 -05:00
19 lines
269 B
Lua
Vendored
19 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"
|
|
}
|
|
|
|
|