1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages
DocForge2/tests/fixtures/reference-cpp/compile_commands.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"
}
]