mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 18:18:25 +08:00
32 lines
509 B
JSON
32 lines
509 B
JSON
{
|
|
"name": "vcpkg-ci-gmime",
|
|
"version-string": "ci",
|
|
"description": "Validates gmime",
|
|
"dependencies": [
|
|
"gmime",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "crypto",
|
|
"platform": "!windows | mingw"
|
|
}
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "gmime[crypo]",
|
|
"dependencies": [
|
|
{
|
|
"name": "gmime",
|
|
"features": [
|
|
"crypto"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|