vcpkg/ports/boost-process/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

30 lines
609 B
JSON

{
"name": "boost-process",
"version-string": "1.75.0",
"description": "Boost process module",
"homepage": "https://github.com/boostorg/process",
"supports": "!emscripten",
"dependencies": [
"boost-algorithm",
{
"name": "boost-asio",
"platform": "!emscripten"
},
"boost-config",
"boost-core",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-fusion",
"boost-iterator",
"boost-move",
"boost-optional",
"boost-system",
"boost-tokenizer",
"boost-type-index",
"boost-vcpkg-helpers",
"boost-winapi"
]
}