early-access version 2853
This commit is contained in:
27
externals/vcpkg/ports/boost-process/vcpkg.json
vendored
Executable file
27
externals/vcpkg/ports/boost-process/vcpkg.json
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user