vcpkg/ports/sltbench/vcpkg.json
Billy O'Neal e61fc59376
[sltbench] Fix missing headers (#31999)
* [sltbench] Fix missing headers

* Fix SHA
2023-06-14 16:37:01 -07:00

18 lines
373 B
JSON

{
"name": "sltbench",
"version": "2.4.0",
"port-version": 3,
"description": "C++ benchmark tool. Practical, stable and fast performance testing framework.",
"homepage": "https://github.com/ivafanas/sltbench",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}