yuzu/externals/vcpkg/ports/boost-process/vcpkg.json

28 lines
571 B
JSON
Executable File

{
"name": "boost-process",
"version": "1.79.0",
"description": "Boost process module",
"homepage": "https://github.com/boostorg/process",
"license": "BSL-1.0",
"supports": "!emscripten",
"dependencies": [
"boost-algorithm",
"boost-asio",
"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"
]
}