vcpkg/ports/gperftools/vcpkg.json

26 lines
603 B
JSON

{
"name": "gperftools",
"version-date": "2019-09-02",
"port-version": 5,
"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"
},
"tools": {
"description": "Build gperftools CLI tools",
"supports": "windows"
}
}
}