From 31530bef1813a84ddf07a4657a961683717c48e9 Mon Sep 17 00:00:00 2001 From: Muzychenko Andrey <33288308+k4zmu2a@users.noreply.github.com> Date: Wed, 30 Nov 2022 08:19:20 +0300 Subject: [PATCH] Added WSL build configuration for VS. --- CMakeSettings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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