feat: regenerate bear compile_commands.json

This commit is contained in:
2026-02-13 13:27:58 +01:00
parent ae9de0a22e
commit 7f9de651d4

View File

@@ -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": [