12 lines
377 B
JSON
12 lines
377 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -c -IDIR -IDIR/foodir -IInputs DIR/headerwithdirname_input.cpp",
|
|
"file": "DIR/headerwithdirname_input.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang-cl /c /IDIR /IDIR/foodir -IInputs -- DIR/headerwithdirname_input_clangcl.cpp",
|
|
"file": "DIR/headerwithdirname_input_clangcl.cpp"
|
|
}
|
|
]
|