113 lines
2.1 KiB
JSON
113 lines
2.1 KiB
JSON
[
|
|
{
|
|
"file": "src/shader.cpp",
|
|
"arguments": [
|
|
"g++",
|
|
"-o",
|
|
"build/shader.o",
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-I./include/",
|
|
"-g",
|
|
"-c",
|
|
"src/shader.cpp"
|
|
],
|
|
"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": [
|
|
"gcc",
|
|
"-o",
|
|
"build/xdg-shell-protocol.o",
|
|
"-c",
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-I./include/",
|
|
"-g",
|
|
"src/xdg-shell-protocol.c"
|
|
],
|
|
"directory": "/home/landam/dev/custom/hyprwindow",
|
|
"output": "build/xdg-shell-protocol.o"
|
|
},
|
|
{
|
|
"file": "src/main.cpp",
|
|
"arguments": [
|
|
"g++",
|
|
"-o",
|
|
"build/main",
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-I./include/",
|
|
"-g",
|
|
"src/main.cpp"
|
|
],
|
|
"directory": "/home/landam/dev/custom/hyprwindow",
|
|
"output": "build/main"
|
|
}
|
|
] |