mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
88b3aedb3b
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)" This reverts commit 6e16931acdf85ab5476973ba00d8eda733f42858. * Update to 3.1.7 * Update installation layout * Upstream CMake export is not ready for use * Update versions * Remove obsolete patch * Use msvc layout for mingw on windows * Add debug-support feature * Update versions * Fix condition * Update versions * Restore symlink patch * Update versions * Remove trace option from test port * Enable testing without feature debug-support * Fixup defaults for using without debug support * Expect wxrc-3.1 for mingw cross builds ("unix" layout) * Update versions
40 lines
785 B
JSON
40 lines
785 B
JSON
{
|
|
"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",
|
|
"default-features": false,
|
|
"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"
|
|
}
|
|
}
|
|
}
|