39 lines
752 B
JSON
Executable File
39 lines
752 B
JSON
Executable File
{
|
|
"name": "vcpkg-ci-wxwidgets",
|
|
"version-date": "2022-04-05",
|
|
"description": "Builds a GUI app in order to validate the wxwidgets port.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"features": [
|
|
"example"
|
|
]
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Default features depending on system",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-ci-wxwidgets",
|
|
"default-features": false,
|
|
"features": [
|
|
"wxrc"
|
|
],
|
|
"platform": "native"
|
|
}
|
|
]
|
|
},
|
|
"wxrc": {
|
|
"description": "Test wxrc"
|
|
}
|
|
}
|
|
}
|