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

42 lines
828 B
JSON
Executable File

{
"name": "boost-test",
"version": "1.79.0",
"description": "Boost test module",
"homepage": "https://github.com/boostorg/test",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
"boost-algorithm",
"boost-assert",
"boost-bind",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-detail",
"boost-exception",
"boost-function",
"boost-io",
"boost-iterator",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mpl",
"boost-numeric-conversion",
"boost-optional",
"boost-preprocessor",
"boost-smart-ptr",
"boost-static-assert",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}