yuzu/externals/vcpkg/ports/boost-chrono/vcpkg.json

38 lines
732 B
JSON
Executable File

{
"name": "boost-chrono",
"version": "1.79.0",
"description": "Boost chrono module",
"homepage": "https://github.com/boostorg/chrono",
"license": "BSL-1.0",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"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",
{
"name": "vcpkg-cmake",
"host": true
}
]
}