Crafter.CppDOM/examples/EnhancedEventHandling/project.json

17 lines
390 B
JSON
Raw Normal View History

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