vcpkg/ports/boost-system/vcpkg.json

24 lines
433 B
JSON
Raw Normal View History

{
"name": "boost-system",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost system module",
"homepage": "https://github.com/boostorg/system",
"dependencies": [
{
"name": "boost-build",
"host": true
},
"boost-config",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-vcpkg-helpers",
2021-09-28 08:12:39 +08:00
"boost-winapi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}