diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-02-01 21:23:59 +1300 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-02-01 21:27:04 +1300 |
| commit | 59c5fa867eb94699e155520f77f69c7841e1418e (patch) | |
| tree | 3f51d09b70ebf1e80b30663e90c22676d3983e50 /compile_commands.json | |
| parent | 93410601e0a9c49f3e7f9a5560054c8fd46fc154 (diff) | |
| download | YATwm-59c5fa867eb94699e155520f77f69c7841e1418e.tar.gz YATwm-59c5fa867eb94699e155520f77f69c7841e1418e.zip | |
added stuff that for some reason didn't get added with -a
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" + } +] |
