aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ctbench/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ctbench/vcpkg.json')
-rw-r--r--vcpkg/ports/ctbench/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/ctbench/vcpkg.json b/vcpkg/ports/ctbench/vcpkg.json
new file mode 100644
index 0000000..fa12ba5
--- /dev/null
+++ b/vcpkg/ports/ctbench/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "ctbench",
+ "version": "1.3.4",
+ "port-version": 2,
+ "description": "Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.",
+ "homepage": "https://github.com/JPenuchot/ctbench",
+ "documentation": "https://jpenuchot.github.io/ctbench-docs/",
+ "license": "MIT",
+ "supports": "!windows",
+ "dependencies": [
+ "boost-container",
+ "boost-process",
+ "fmt",
+ {
+ "name": "llvm",
+ "default-features": false
+ },
+ "nlohmann-json",
+ "sciplot",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}