Add a Release build configuration.

This commit is contained in:
ManDude
2021-01-03 23:11:34 +00:00
parent 59125acb42
commit fae278851f
+18
View File
@@ -17,6 +17,24 @@
"type": "BOOL" "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"
}
]
} }
] ]
} }