Crafter.CppDOM/examples/HelloWorld/project.json

17 lines
390 B
JSON
Raw Permalink Normal View History

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