mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
e61fc59376
* [sltbench] Fix missing headers * Fix SHA
18 lines
373 B
JSON
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
|
|
}
|
|
]
|
|
}
|