Crafter.CppDOM/examples/InteractiveElement/project.json
2025-11-09 22:43:52 +01:00

17 lines
No EOL
390 B
JSON

{
"name": "main",
"configurations": [
{
"name": "executable",
"implementations": ["main"],
"target": "wasm32-wasi",
"debug" : true,
"dependencies": [
{
"path":"../../project.json",
"configuration":"lib-debug"
}
]
}
]
}