diff --git a/compile_commands.json b/compile_commands.json index 9dd190d..58a6250 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -15,6 +15,70 @@ "directory": "/home/landam/dev/custom/hyprwindow", "output": "build/shader.o" }, + { + "file": "src/state/wayland.cpp", + "arguments": [ + "g++", + "-o", + "build/state.o", + "-Wall", + "-Wextra", + "-I./include/", + "-g", + "-c", + "src/state/wayland.cpp" + ], + "directory": "/home/landam/dev/custom/hyprwindow", + "output": "build/state.o" + }, + { + "file": "src/renderer.cpp", + "arguments": [ + "g++", + "-o", + "build/renderer.o", + "-Wall", + "-Wextra", + "-I./include/", + "-g", + "-c", + "src/renderer.cpp" + ], + "directory": "/home/landam/dev/custom/hyprwindow", + "output": "build/renderer.o" + }, + { + "file": "src/window.cpp", + "arguments": [ + "g++", + "-o", + "build/window.o", + "-Wall", + "-Wextra", + "-I./include/", + "-g", + "-c", + "src/window.cpp" + ], + "directory": "/home/landam/dev/custom/hyprwindow", + "output": "build/window.o" + }, + { + "file": "src/window/wayland.cpp", + "arguments": [ + "g++", + "-o", + "build/window_wayland.o", + "-Wall", + "-Wextra", + "-I./include/", + "-g", + "-c", + "src/window/wayland.cpp" + ], + "directory": "/home/landam/dev/custom/hyprwindow", + "output": "build/window_wayland.o" + }, { "file": "src/xdg-shell-protocol.c", "arguments": [