the beginning of the implementation of Vulkan
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Vendored
+7
-7
@@ -8,13 +8,13 @@
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
"-fopenmp",
|
||||
"${fileDirname}/main.cpp",
|
||||
"${fileDirname}/Xenith/core.cpp",
|
||||
"${fileDirname}/Xenith/token/token.cpp",
|
||||
"-o",
|
||||
"${fileDirname}/main",
|
||||
"-I", "${fileDirname}/Xenith",
|
||||
"-I", "${fileDirname}/Xenith/token"
|
||||
"${workspaceFolder}/main.cpp",
|
||||
"${workspaceFolder}/Xenith/core.cpp",
|
||||
"${workspaceFolder}/Xenith/token/token.cpp",
|
||||
"-I", "${workspaceFolder}/Xenith",
|
||||
"-I", "${workspaceFolder}/Xenith/token",
|
||||
"-o", "${workspaceFolder}/main",
|
||||
"-lvulkan"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
||||
Reference in New Issue
Block a user