ccls/full_tests/simple_cross_reference/compile_commands.json
Jacob Dufault ce4c2232d7 update
2017-02-22 00:52:00 -08:00

12 lines
334 B
JSON

[
{
"directory" : "full_tests/simple_cross_reference",
"command" : "clang -c -o a.o a.cc",
"file" : "full_tests/simple_cross_reference/a.cc"
},
{
"directory" : "full_tests/simple_cross_reference",
"command" : "clang -DRANDOM_DEFINE -c -o b.o b.cc",
"file" : "full_tests/simple_cross_reference/b.cc"
}
]