Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
]
}
}
}