Crafter.CppDOM/examples/AllEventHandling/project.json

17 lines
391 B
JSON
Raw Normal View History

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