vcpkg/ports/boost-chrono/vcpkg.json

33 lines
649 B
JSON
Raw Normal View History

{
"name": "boost-chrono",
"version": "1.76.0",
"description": "Boost chrono module",
"homepage": "https://github.com/boostorg/chrono",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-detail",
"boost-integer",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-move",
"boost-mpl",
"boost-predef",
"boost-ratio",
"boost-static-assert",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-typeof",
"boost-utility",
"boost-vcpkg-helpers",
"boost-winapi"
]
}