feat: regenerate bear compile_commands.json
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user