diff options
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..eb812b4 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,20 @@ +[ + { + "arguments": [ + "cc", + "-c", + "-I", + "src", + "-g", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/dbus-1.0", + "-I/usr/lib/dbus-1.0/include", + "-o", + "build/main.o", + "src/main.c" + ], + "directory": "/snxdata/lib/dev/tmus", + "file": "src/main.c" + } +]
\ No newline at end of file |
