blob: cdd51bc1414747021bdbd208ff2372ab719666b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"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"
]
}
}
}
|