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

36 lines
700 B
JSON
Executable File

{
"name": "boost-random",
"version": "1.79.0",
"description": "Boost random module",
"homepage": "https://github.com/boostorg/random",
"license": "BSL-1.0",
"dependencies": [
"boost-array",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-dynamic-bitset",
"boost-integer",
"boost-io",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-range",
"boost-static-assert",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}