diff options
Diffstat (limited to 'vcpkg/ports/sltbench/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sltbench/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/sltbench/vcpkg.json b/vcpkg/ports/sltbench/vcpkg.json new file mode 100644 index 0000000..c969adb --- /dev/null +++ b/vcpkg/ports/sltbench/vcpkg.json @@ -0,0 +1,17 @@ +{ + "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 + } + ] +} |