vcpkg/ports/boost-log/vcpkg.json
ras0219 b5bb1511f0
[many ports] Apply host dependencies (#16479)
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json

* [many ports] Apply host dependencies

* [yasm-tool] Revert yasm-tool changes to split into PR #16478

* [many ports] Add versions

* [vcpkg.cmake] Revert change applied in other PR

* [boost-modular-build-helper] Merge from master

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 12:55:34 -07:00

76 lines
1.5 KiB
JSON

{
"name": "boost-log",
"version-string": "1.75.0",
"port-version": 1,
"description": "Boost log module",
"homepage": "https://github.com/boostorg/log",
"supports": "!uwp & !emscripten",
"dependencies": [
"boost-align",
"boost-array",
{
"name": "boost-asio",
"platform": "!emscripten"
},
"boost-assert",
"boost-atomic",
"boost-bind",
{
"name": "boost-build",
"host": true
},
"boost-compatibility",
"boost-config",
"boost-container",
"boost-core",
"boost-date-time",
"boost-detail",
"boost-exception",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-function-types",
"boost-fusion",
"boost-integer",
"boost-interprocess",
"boost-intrusive",
"boost-io",
"boost-iterator",
"boost-lexical-cast",
{
"name": "boost-locale",
"platform": "!uwp"
},
"boost-math",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-move",
"boost-mpl",
"boost-optional",
"boost-parameter",
"boost-phoenix",
"boost-predef",
"boost-preprocessor",
"boost-property-tree",
"boost-proto",
"boost-random",
"boost-range",
"boost-regex",
"boost-smart-ptr",
"boost-spirit",
"boost-static-assert",
"boost-system",
"boost-thread",
"boost-throw-exception",
"boost-type-index",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
"boost-winapi",
"boost-xpressive"
]
}