|
|
|
@ -56,6 +56,19 @@
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "WSL-Clang-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeExecutable": "cmake",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "linux_clang_x64" ],
|
|
|
|
|
"wslPath": "${defaultWSLPath}"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|