early-access version 2853
This commit is contained in:
44
externals/vcpkg/ports/boost-fiber/vcpkg.json
vendored
Executable file
44
externals/vcpkg/ports/boost-fiber/vcpkg.json
vendored
Executable file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "boost-fiber",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://github.com/boostorg/fiber",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!osx & !uwp & !arm & !emscripten",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-assert",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-config",
|
||||
{
|
||||
"name": "boost-context",
|
||||
"platform": "!uwp & !emscripten"
|
||||
},
|
||||
"boost-core",
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
"boost-format",
|
||||
"boost-intrusive",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-predef",
|
||||
"boost-smart-ptr",
|
||||
"boost-vcpkg-helpers",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"numa": {
|
||||
"description": "Enable NUMA support"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user