vcpkg/ports/gperftools/vcpkg.json
2023-08-23 11:56:38 -07:00

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"
}
}
}