mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:29:00 +08:00
a6cb7292c4
* [many ports]switch to vcpkg-cmake / vckg-cmake-config * version * Missing changes * version * typo * version * typo * version * fix typo * version * deprecate vcpkg_extract_source_archive_ex * version * fix arguments * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
70 lines
1.3 KiB
JSON
70 lines
1.3 KiB
JSON
{
|
|
"name": "corrade",
|
|
"version-string": "2020.06",
|
|
"port-version": 5,
|
|
"description": "C++11/C++14 multiplatform utility library.",
|
|
"homepage": "https://magnum.graphics/corrade/",
|
|
"dependencies": [
|
|
{
|
|
"name": "corrade",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"utility"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"interconnect",
|
|
"pluginmanager",
|
|
"testsuite",
|
|
"utility"
|
|
],
|
|
"features": {
|
|
"interconnect": {
|
|
"description": "Interconnect library",
|
|
"dependencies": [
|
|
{
|
|
"name": "corrade",
|
|
"features": [
|
|
"utility"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"pluginmanager": {
|
|
"description": "PluginManager library",
|
|
"dependencies": [
|
|
{
|
|
"name": "corrade",
|
|
"features": [
|
|
"utility"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"testsuite": {
|
|
"description": "TestSuite library",
|
|
"dependencies": [
|
|
{
|
|
"name": "corrade",
|
|
"features": [
|
|
"utility"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"utility": {
|
|
"description": "Utility library"
|
|
}
|
|
}
|
|
}
|