database_template.json 147 Bytes
[
{
  "directory": "$test_dir/build",
  "command": "clang++ -o test.o -I../include $test_dir/src/test.cpp",
  "file": "$test_dir/src/test.cpp"
}
]