diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-06-19 02:11:06 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-18 11:11:06 -0700 |
| commit | 49d1759ec85c31eb50d07b42d245b989b99df37c (patch) | |
| tree | bd0ab8e468d82548751f577b40c992703ef11da6 /ports/spdlog/CONTROL | |
| parent | e4acc60b3c9acb7fe7a323f146234e3aeab7cab6 (diff) | |
| download | vcpkg-49d1759ec85c31eb50d07b42d245b989b99df37c.tar.gz vcpkg-49d1759ec85c31eb50d07b42d245b989b99df37c.zip | |
[spdlog]Add feature[benchmark] (#6924)
* [spdlog]Add feature[benchmark]
Diffstat (limited to 'ports/spdlog/CONTROL')
| -rw-r--r-- | ports/spdlog/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/spdlog/CONTROL b/ports/spdlog/CONTROL index 38149a55c..aa5474709 100644 --- a/ports/spdlog/CONTROL +++ b/ports/spdlog/CONTROL @@ -1,5 +1,9 @@ Source: spdlog -Version: 1.3.1 +Version: 1.3.1-1 Homepage: https://github.com/gabime/spdlog Description: Very fast, header only, C++ logging library Build-Depends: fmt + +Feature: benchmark +Description: Use google benchmark +Build-Depends: benchmark
\ No newline at end of file |
