Files
codechecker-analysis-action/test/ctu/compile_commands.json

13 lines
220 B
JSON
Raw Permalink Normal View History

2021-11-28 14:31:07 +01:00
[
{
"directory": "__DIRECTORY__",
"command": "g++ -c main.cpp -o main.o",
"file": "main.cpp"
},
{
"directory": "__DIRECTORY__",
"command": "g++ -c lib.cpp -o lib.o",
"file": "lib.cpp"
}
]