mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:48:59 +08:00
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "gperftools",
|
|
"version": "2.10",
|
|
"port-version": 1,
|
|
"description": "A set of tools for performance profiling and memory checking",
|
|
"homepage": "https://github.com/gperftools/gperftools",
|
|
"supports": "!(arm & windows) & !uwp & !android",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"override": {
|
|
"description": "Override allocators",
|
|
"supports": "windows & staticcrt"
|
|
},
|
|
"tools": {
|
|
"description": "Build gperftools CLI tools",
|
|
"supports": "windows"
|
|
}
|
|
}
|
|
}
|