23 lines
639 B
JSON
23 lines
639 B
JSON
{
|
|
"name": "hello-world",
|
|
"configurations": [
|
|
{
|
|
"name": "debug",
|
|
"standard": "c++26",
|
|
"source_files": ["main"],
|
|
"module_files": [],
|
|
"additional_files": [],
|
|
"build_dir": "./build",
|
|
"output_dir": "./bin",
|
|
"optimization_level": "0",
|
|
"target": "wasm32-unknown-wasi",
|
|
"type": "executable",
|
|
"dependencies": [
|
|
{
|
|
"path":"/home/jorijn/repos/Crafter.CppDOM/project.json",
|
|
"configuration":"debug"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|