aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtc-benchmarksuite/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rtc-benchmarksuite/vcpkg.json')
-rw-r--r--vcpkg/ports/rtc-benchmarksuite/vcpkg.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/rtc-benchmarksuite/vcpkg.json b/vcpkg/ports/rtc-benchmarksuite/vcpkg.json
new file mode 100644
index 0000000..807dd17
--- /dev/null
+++ b/vcpkg/ports/rtc-benchmarksuite/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "rtc-benchmarksuite",
+ "version": "1.0.0",
+ "description": "A header-only C++ benchmarking library with cross-platform hardware performance counter integration, providing precise measurements of cycles, instructions, branches, cache behavior, and throughput with minimal overhead.",
+ "homepage": "https://github.com/realtimechris/benchmarksuite",
+ "license": "MIT",
+ "supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}