mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
41 lines
804 B
JSON
41 lines
804 B
JSON
{
|
|
"name": "boost-test",
|
|
"version": "1.77.0",
|
|
"description": "Boost test module",
|
|
"homepage": "https://github.com/boostorg/test",
|
|
"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
|
|
}
|
|
]
|
|
}
|