summaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-01-07 17:45:20 +0100
committerLouis Burda <quent.burda@gmail.com>2022-01-07 18:17:19 +0100
commit43282adc30aadefb563ef26bea1233d4cbdb6007 (patch)
tree4f652c6f9052f310ec6ed9c9148265ef476ae9ba /compile_commands.json
parent7902429e5d69bb6aa57c6f1411b163d3e037e0e1 (diff)
downloadtmus-43282adc30aadefb563ef26bea1233d4cbdb6007.tar.gz
tmus-43282adc30aadefb563ef26bea1233d4cbdb6007.zip
Added MPRIS control
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json20
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