diff --git a/CMakeSettings.json b/CMakeSettings.json index 0340e270f2..fb6ae5c28e 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -17,6 +17,24 @@ "type": "BOOL" } ] + }, + { + "name": "x64-Release", + "generator": "Ninja", + "configurationType": "Release", + "inheritEnvironments": [ "msvc_x64_x64" ], + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "variables": [ + { + "name": "INSTALL_GTEST", + "value": "True", + "type": "BOOL" + } + ] } ] } \ No newline at end of file