Crafter.CppDOM/examples/AllEventHandling/project.json

17 lines
No EOL
391 B
JSON

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