create core and base chatbot
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Vendored
+4
-2
@@ -7,9 +7,11 @@
|
||||
"args": [
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
"${file}",
|
||||
"${fileDirname}/main.cpp",
|
||||
"${fileDirname}/Xenith/core.cpp",
|
||||
"-o",
|
||||
"${fileDirname}/${fileBasenameNoExtension}"
|
||||
"${fileDirname}/main",
|
||||
"-I", "${fileDirname}/Xenith"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
||||
Reference in New Issue
Block a user