vcpkg/ports/boost-timer/vcpkg.json

25 lines
472 B
JSON
Raw Normal View History

{
"name": "boost-timer",
"version": "1.76.0",
"description": "Boost timer module",
"homepage": "https://github.com/boostorg/timer",
"dependencies": [
{
"name": "boost-build",
"host": true
},
"boost-chrono",
"boost-config",
"boost-core",
"boost-io",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-system",
"boost-throw-exception",
"boost-vcpkg-helpers"
]
}