diff options
Diffstat (limited to 'compile_commands.json')
| -rw-r--r-- | compile_commands.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..6e04525 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,24 @@ +[ + { + "arguments": [ + "/usr/bin/g++", + "-std=c++17", + "-Iinclude", + "-I/usr/include/gdk-pixbuf-2.0", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/sysprof-4", + "-I/usr/include/libpng16", + "-I/usr/include/libmount", + "-I/usr/include/blkid", + "-pthread", + "-c", + "-o", + "main.o", + "main.cpp" + ], + "directory": "/home/boss/Documents/Coding/WM/YATwm", + "file": "/home/boss/Documents/Coding/WM/YATwm/main.cpp", + "output": "/home/boss/Documents/Coding/WM/YATwm/main.o" + } +] |
