vcpkg/ports/boost-modular-build-helper/vcpkg.json

18 lines
334 B
JSON
Raw Normal View History

{
"name": "boost-modular-build-helper",
"version": "1.80.0",
2021-09-28 08:12:39 +08:00
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [
"boost-uninstall",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}