diff --git a/CMakeSettings.json b/CMakeSettings.json index 91a975a7b12e1eecbc07e3c35af2aeb04dc7ea2d..09da9d3ea26bd9563e1f4c89bee60f09fc16ad7a 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -10,6 +10,18 @@ "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "" + }, + { + "name": "x64-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\build", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ "msvc_x64_x64" ], + "variables": [] } ] } \ No newline at end of file