vcpkg/ports/corrade/vcpkg.json
Jack·Boos·Yu a6cb7292c4
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
* [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>
2023-03-06 15:44:04 -08:00

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"
}
}
}