19 lines
319 B
JSON
19 lines
319 B
JSON
[
|
|
{
|
|
"arguments": [
|
|
"c++",
|
|
"-std=c++20",
|
|
"-Iinclude",
|
|
"-c",
|
|
"src/main.cpp"
|
|
],
|
|
"directory": ".",
|
|
"file": "src/main.cpp"
|
|
},
|
|
{
|
|
"command": "c++ -std=c++20 -Iinclude -c src/worker.cpp",
|
|
"directory": ".",
|
|
"file": "src/worker.cpp",
|
|
"output": "worker.o"
|
|
}
|
|
]
|