From 43282adc30aadefb563ef26bea1233d4cbdb6007 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 7 Jan 2022 17:45:20 +0100 Subject: Added MPRIS control --- compile_commands.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') 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 -- cgit v1.2.3-71-gd317