diff --git a/CMakeSettings.json b/CMakeSettings.json index bae8b07..eb205f3 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -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}" } ] } \ No newline at end of file