yuzu/externals/vcpkg/ports/boost-date-time/vcpkg.json

38 lines
768 B
JSON
Executable File

{
"name": "boost-date-time",
"version": "1.79.0",
"description": "Boost date_time module",
"homepage": "https://github.com/boostorg/date_time",
"license": "BSL-1.0",
"dependencies": [
"boost-algorithm",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-io",
"boost-lexical-cast",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-numeric-conversion",
"boost-range",
"boost-smart-ptr",
"boost-static-assert",
"boost-throw-exception",
"boost-tokenizer",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
"boost-winapi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}