mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
27276976ca
* [python3] switch to vcpkg-msbuild * v db * update 3fd to use vcpkg-msbuild as a sanity check * Fix windows cross builds * v db * arm needs another patch * v db * 3fd uwp msbuild_install * v db
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"name": "vcpkg-msbuild",
|
|
"version-date": "2023-08-08",
|
|
"documentation": "https://vcpkg.io/en/docs/README.html",
|
|
"license": "MIT",
|
|
"supports": "native & windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pkg-config": {
|
|
"description": "Enable pkg-config lookup for msbuild",
|
|
"dependencies": [
|
|
"pkgconf"
|
|
]
|
|
}
|
|
}
|
|
}
|