Initial commit, basic CMake project
Signed-off-by: Moritz Martinius <moritz@admiralackbar.de>
This commit is contained in:
1
.vscode/c_cpp_properties.json
vendored
Normal file
1
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"clangd.arguments": [ "-log=verbose",
|
||||
"-pretty",
|
||||
"--background-index",
|
||||
"--compile-commands-dir=${workspaceFolder}/build"]
|
||||
}
|
Reference in New Issue
Block a user