Bulk generator: Add DCA support.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-29 17:20:18 +01:00
parent e721fc07aa
commit 5051790e24
2 changed files with 128 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"strategy": "dca",
"targets": [
{ "name": "openssl" },
{ "name": "sqlite" }
],
"destination": "cpp/ql/lib/ext/generated"
}