chore: define dev dependencies in vcpkg

This commit is contained in:
2025-09-18 21:07:46 +02:00
parent babcdb68de
commit 796882cd4c
2 changed files with 18 additions and 7 deletions

View File

@@ -54,11 +54,15 @@
"vcpkg"
],
"cacheVariables": {
"VCPKG_MANIFEST_FEATURES": "dev",
"DRAMSYS_USE_FETCH_CONTENT": "ON",
"DRAMSYS_USE_FETCH_CONTENT_INTERNAL": "ON",
"DRAMSYS_USE_FETCH_CONTENT_SYSTEMC": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_SQLITE3": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_NLOHMANN_JSON": "OFF"
"DRAMSYS_USE_FETCH_CONTENT_NLOHMANN_JSON": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_PYBIND": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_GOOGLE_TEST": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_GOOGLE_BENCHMARK": "OFF"
}
},
{
@@ -119,4 +123,4 @@
}
}
]
}
}