aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/benchmark/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/benchmark/vcpkg.json')
-rw-r--r--vcpkg/ports/benchmark/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/benchmark/vcpkg.json b/vcpkg/ports/benchmark/vcpkg.json
new file mode 100644
index 0000000..0da38c7
--- /dev/null
+++ b/vcpkg/ports/benchmark/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
+ "name": "benchmark",
+ "version-semver": "1.9.4",
+ "description": "A library to benchmark code snippets, similar to unit tests.",
+ "homepage": "https://github.com/google/benchmark",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}