mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
33 lines
714 B
JSON
33 lines
714 B
JSON
{
|
|
"name": "boost-test",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost test module",
|
|
"homepage": "https://github.com/boostorg/test",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-assert",
|
|
"boost-bind",
|
|
"boost-build",
|
|
"boost-compatibility",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-detail",
|
|
"boost-exception",
|
|
"boost-function",
|
|
"boost-integer",
|
|
"boost-io",
|
|
"boost-iterator",
|
|
"boost-modular-build-helper",
|
|
"boost-mpl",
|
|
"boost-numeric-conversion",
|
|
"boost-optional",
|
|
"boost-preprocessor",
|
|
"boost-smart-ptr",
|
|
"boost-static-assert",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|