First commit from Arch
This commit is contained in:
18
compile_commands.json
Normal file
18
compile_commands.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user