diff options
Diffstat (limited to 'vcpkg/ports/gperftools/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gperftools/vcpkg.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/gperftools/vcpkg.json b/vcpkg/ports/gperftools/vcpkg.json new file mode 100644 index 0000000..449eac1 --- /dev/null +++ b/vcpkg/ports/gperftools/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "gperftools", + "version": "2.16", + "description": "A high-performance multi-threaded malloc() implementation, plus some performance analysis tools.", + "homepage": "https://github.com/gperftools/gperftools", + "license": "BSD-3-Clause", + "supports": "((x86 | x64) & windows & !uwp) | !windows | mingw", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "libunwind": { + "description": "Support libunwind for stack traces", + "dependencies": [ + "libunwind" + ] + }, + "override": { + "description": "Override Windows allocators", + "supports": "windows & staticcrt" + }, + "tools": { + "description": "Install tools" + } + } +} |