vcpkg/ports/boost-test/vcpkg.json

37 lines
743 B
JSON
Raw Normal View History

{
"name": "boost-test",
"version": "1.76.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"
]
}