mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
501df2f7e0
* [opencensus-cpp] Update to 2021-08-26 Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com> * Update ports/opencensus-cpp/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [opencensus-cpp] use baseline port-version 0 Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com> * [opencensus-cpp] replace deprecated vcpkg functions Signed-off-by: Daniel Lundborg <daniel.lundborg@sandvik.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"name": "opencensus-cpp",
|
|
"version-date": "2021-08-26",
|
|
"description": "OpenCensus is a toolkit for collecting application performance and behavior data. It currently includes an API for tracing and stats.",
|
|
"homepage": "https://github.com/census-instrumentation/opencensus-cpp",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"test": {
|
|
"description": "Build test"
|
|
}
|
|
}
|
|
}
|