Crafter.CppDOM/examples/StyleExample/project.json

17 lines
390 B
JSON
Raw Permalink Normal View History

2025-11-10 22:06:27 +01:00
{
"name": "main",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"target": "wasm32-wasi",
"debug" : true,
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-debug"
}
]
}
]
}