mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
b5bb1511f0
* [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>
28 lines
548 B
JSON
28 lines
548 B
JSON
{
|
|
"name": "boost-timer",
|
|
"version-string": "1.75.0",
|
|
"port-version": 1,
|
|
"description": "Boost timer module",
|
|
"homepage": "https://github.com/boostorg/timer",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-build",
|
|
"host": true
|
|
},
|
|
"boost-chrono",
|
|
"boost-compatibility",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-integer",
|
|
"boost-io",
|
|
{
|
|
"name": "boost-modular-build-helper",
|
|
"host": true
|
|
},
|
|
"boost-predef",
|
|
"boost-system",
|
|
"boost-throw-exception",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|