diff options
author | bloodstalker <thabogre@gmail.com> | 2018-11-15 11:18:38 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-11-15 11:18:38 +0000 |
commit | 70090f6a5dad406f38270a2dfa1f302b8627e73b (patch) | |
tree | 63481cb783e53766da44dada00a7510ca0ec0602 /test/compile_commands.json | |
parent | update (diff) | |
download | cgrep-70090f6a5dad406f38270a2dfa1f302b8627e73b.tar.gz cgrep-70090f6a5dad406f38270a2dfa1f302b8627e73b.zip |
update
Diffstat (limited to 'test/compile_commands.json')
-rw-r--r-- | test/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/compile_commands.json b/test/compile_commands.json new file mode 100644 index 0000000..a12a8fc --- /dev/null +++ b/test/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp", + "directory": "/home/bloodstalker/devi/abbatoir/hole114", + "file": "/home/bloodstalker/devi/abbatoir/hole114/main.cpp" + } +]
\ No newline at end of file |