Files
clice/tests/compile_commands.json
2024-11-21 12:31:31 +08:00

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"
}
]