First commit from Arch

This commit is contained in:
2026-01-28 19:22:50 -05:00
parent 15b3e294b5
commit ab28c22446
18 changed files with 54 additions and 11 deletions

18
compile_commands.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"file": "./src/main.cpp",
"arguments": [
"g++",
"-std=c++17",
"-O2",
"-Wall",
"-Wextra",
"-I./include",
"-o",
"LearningVulkan",
"./src/main.cpp"
],
"directory": "/home/Jordan/Projects/CPP/LearningVulkan",
"output": "LearningVulkan"
}
]