vcpkg/ports/boost-process/vcpkg.json
2021-09-27 17:12:39 -07:00

30 lines
602 B
JSON

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