13 lines · json
1[2 {3 "directory": "DIR",4 "command": "clang -c -IDIR -IInputs DIR/headerwithdirname_input.cpp",5 "file": "DIR/headerwithdirname_input.cpp"6 },7 {8 "directory": "DIR",9 "command": "clang-cl /c /IDIR /IInputs -- DIR/headerwithdirname_input_clangcl.cpp",10 "file": "DIR/headerwithdirname_input_clangcl.cpp"11 }12]13