vcpkg/ports/gperftools/vcpkg.json
Chris W ddf8878f9a
[gperftools] Update version to 2.10 (#32974)
* [gperftools] Update version to 2.10

* [gperftools] Update version database
2023-08-07 09:02:52 -07:00

25 lines
571 B
JSON

{
"name": "gperftools",
"version": "2.10",
"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"
}
}
}