mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
32 lines
598 B
JSON
32 lines
598 B
JSON
{
|
|
"name": "vcpkg-ci-gperftools",
|
|
"version-string": "ci",
|
|
"description": "Validates gperftools",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"gperftools",
|
|
{
|
|
"name": "gperftools",
|
|
"features": [
|
|
"tools"
|
|
],
|
|
"platform": "native"
|
|
},
|
|
{
|
|
"name": "gperftools",
|
|
"features": [
|
|
"libunwind"
|
|
],
|
|
"platform": "linux, osx"
|
|
},
|
|
{
|
|
"name": "gperftools",
|
|
"features": [
|
|
"override"
|
|
],
|
|
"platform": "windows & static & staticcrt & !mingw"
|
|
}
|
|
]
|
|
}
|