mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
30 lines
609 B
JSON
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"
|
|
]
|
|
}
|