mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
41 lines
865 B
JSON
41 lines
865 B
JSON
{
|
|
"name": "boost-compute",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost compute module",
|
|
"homepage": "https://github.com/boostorg/compute",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-array",
|
|
"boost-assert",
|
|
"boost-chrono",
|
|
"boost-config",
|
|
"boost-core",
|
|
{
|
|
"name": "boost-filesystem",
|
|
"platform": "!uwp"
|
|
},
|
|
"boost-function",
|
|
"boost-function-types",
|
|
"boost-fusion",
|
|
"boost-iterator",
|
|
"boost-lexical-cast",
|
|
"boost-math",
|
|
"boost-mpl",
|
|
"boost-optional",
|
|
"boost-preprocessor",
|
|
"boost-property-tree",
|
|
"boost-proto",
|
|
"boost-range",
|
|
"boost-smart-ptr",
|
|
"boost-static-assert",
|
|
"boost-thread",
|
|
"boost-throw-exception",
|
|
"boost-tuple",
|
|
"boost-type-traits",
|
|
"boost-typeof",
|
|
"boost-utility",
|
|
"boost-uuid",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|