mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
8655bfd4b3
* [magnum/-plugins] Remove obsolete patches that no longer apply Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Make feature to flag translation consistent to fix warning Consistent with magnum & magnum-plugins Signed-off-by: Squareys <squareys@googlemail.com> * Fix warning message for dlls without matching pdbs always displayed Signed-off-by: Squareys <squareys@googlemail.com> * Fix the baseline version * Revert the changes in vcpkg_copy_pdbs.cmake Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
52 lines
1008 B
JSON
52 lines
1008 B
JSON
{
|
|
"name": "corrade",
|
|
"version-string": "2020.06",
|
|
"port-version": 2,
|
|
"description": "C++11/C++14 multiplatform utility library.",
|
|
"homepage": "https://magnum.graphics/corrade/",
|
|
"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"
|
|
}
|
|
}
|
|
}
|