brintos

brintos / llvm-project-archived public Read only

0
0
Text · 497 B · 97afe93 Raw
17 lines · json
1[2  {3    "directory": "$test_dir/Inputs/basic-project",4    "command": "clang++ -o Calculator.o -I./include ./src/Calculator.cpp",5    "file": "./src/Calculator.cpp"6  },7  {8    "directory": "$test_dir/Inputs/basic-project",9    "command": "clang++ -o Circle.o -I./include ./src/Circle.cpp",10    "file": "./src/Circle.cpp"11  },12  {13    "directory": "$test_dir/Inputs/basic-project",14    "command": "clang++ -o Rectangle.o -I./include ./src/Rectangle.cpp",15    "file": "./src/Rectangle.cpp"16  }17]