12 lines
334 B
JSON
12 lines
334 B
JSON
[
|
|
{
|
|
"directory": "/path/to/project",
|
|
"command": "clang++ -Iinclude -std=c++17 -o file.o -c file.cpp",
|
|
"file": "file.cpp"
|
|
},
|
|
{
|
|
"directory": "/path/to/project",
|
|
"command": "clang++ -Iinclude -std=c++17 -o another_file.o -c another_file.cpp",
|
|
"file": "another_file.cpp"
|
|
}
|
|
] |