vcpkg/ports/vcpkg-msbuild/vcpkg.json
Alexander Neumann 27276976ca
[3fd|python3] switch to vcpkg-msbuild (#33026)
* [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
2023-08-09 10:29:22 -07:00

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