diff options
| author | brukted <40060643+brukted@users.noreply.github.com> | 2020-10-13 01:21:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 15:21:54 -0700 |
| commit | 96cc69fdbda8ce2a859f76fc4e1302fc23b0ee87 (patch) | |
| tree | 3d405f87a4af95ebd6a235df7a656a8994bf3951 /ports/sltbench/vcpkg.json | |
| parent | f6ce6eb4037cf52be35b418e72445e83fa3e4554 (diff) | |
| download | vcpkg-96cc69fdbda8ce2a859f76fc4e1302fc23b0ee87.tar.gz vcpkg-96cc69fdbda8ce2a859f76fc4e1302fc23b0ee87.zip | |
[sltbench] Add new port (#13886)
* add sltbench port
* [sltbench] Fix static build
Diffstat (limited to 'ports/sltbench/vcpkg.json')
| -rw-r--r-- | ports/sltbench/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/sltbench/vcpkg.json b/ports/sltbench/vcpkg.json new file mode 100644 index 000000000..efa7c527f --- /dev/null +++ b/ports/sltbench/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "sltbench", + "version-string": "2.4.0", + "description": "C++ benchmark tool. Practical, stable and fast performance testing framework.", + "homepage": "https://github.com/ivafanas/sltbench" +} |
