35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "build",
|
|
"command": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\Llvm\\x64\\bin\\clang.exe",
|
|
"args": [
|
|
"-fcolor-diagnostics",
|
|
"-fansi-escape-codes",
|
|
"-g",
|
|
"${file}",
|
|
"-w",
|
|
"-o",
|
|
"${fileDirname}\\${fileBasenameNoExtension}.exe",
|
|
"-I../../src",
|
|
"-I../../blst/bindings",
|
|
"-I../../blst/src",
|
|
"../../blst/blst.lib",
|
|
"../../src/c_kzg_4844.c",
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |