mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 07:07:56 +08:00
26 lines
504 B
JSON
26 lines
504 B
JSON
|
{
|
||
|
"name": "vcpkg-msbuild",
|
||
|
"version-date": "2023-06-22",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|