From fae278851f18cae94de409eacf5ddeb28d407cf5 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 3 Jan 2021 23:11:34 +0000 Subject: [PATCH] Add a Release build configuration. --- CMakeSettings.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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