Add optional support for vcpkg

This commit is contained in:
2025-01-14 16:18:53 +01:00
parent 1ad352aa8b
commit 0dc9eeeea2
5 changed files with 33 additions and 7 deletions

18
vcpkg.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "dramsys",
"version": "5.0",
"dependencies": [
"benchmark",
"gtest",
"pybind11",
"python3",
{
"name": "sqlite3",
"features": [
"rtree"
]
},
"systemc"
],
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b"
}