From 59c5fa867eb94699e155520f77f69c7841e1418e Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 1 Feb 2023 21:23:59 +1300 Subject: added stuff that for some reason didn't get added with -a --- compile_commands.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..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" + } +] -- cgit v1.2.3