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