vcpkg/ports/boost-system/vcpkg.json

20 lines
372 B
JSON
Raw Normal View History

{
"name": "boost-system",
"version": "1.76.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",
"boost-winapi"
]
}