moved to src

This commit is contained in:
matthias@arch 2022-10-21 21:57:33 +02:00
parent a812c60587
commit 4b500bed23
4 changed files with 2576 additions and 4 deletions

View File

@ -1,3 +0,0 @@
CompileFlags: # Tweak the parse settings
Add: [-std=c++2a, -Wall, -I/usr/include/freetype2, -I.., -I.]
# https://clangd.llvm.org/config

3
src/.clangd Normal file
View File

@ -0,0 +1,3 @@
CompileFlags: # Tweak the parse settings
Add: [ -std=c++2a, -Wall, -I/usr/include/freetype2, -I.., -I., -Iexternal, -Irenderer, -Ishader, -Iutility, -I../external, -I../renderer, -I../shader, -I../utility,]
# https://clangd.llvm.org/config

2572
src/.doxygen_config Executable file

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"debugOptions": [],
"MIMode": "gdb",
"cwd": "~/c++/vulkan",
"program": "vulkan_test"
"program": "~/c++/vulkan/vulkan_test"
}
}
}