Added WSL build configuration for VS.

This commit is contained in:
Muzychenko Andrey 2022-11-30 08:19:20 +03:00
parent 3be26282b3
commit 31530bef18
1 changed files with 13 additions and 0 deletions

View File

@ -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}"
}
]
}