Add Debug-UnitTests Configurations to CMakeSettings.json
This commit is contained in:
parent
4a886f43ff
commit
fbd0f22674
1 changed files with 20 additions and 0 deletions
|
|
@ -9,6 +9,16 @@
|
|||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"intelliSenseMode": "windows-msvc-x64"
|
||||
},
|
||||
{
|
||||
"name": "x64-Debug-UnitTests",
|
||||
"generator": "Ninja",
|
||||
"configurationType": "Debug",
|
||||
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
||||
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
||||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"intelliSenseMode": "windows-msvc-x64",
|
||||
"cmakeCommandArgs": "-DRUN_TESTS=ON"
|
||||
},
|
||||
{
|
||||
"name": "x64-Release",
|
||||
"generator": "Ninja",
|
||||
|
|
@ -28,6 +38,16 @@
|
|||
"inheritEnvironments": [ "msvc_x86" ],
|
||||
"intelliSenseMode": "windows-msvc-x86"
|
||||
},
|
||||
{
|
||||
"name": "x86-Debug-UnitTests",
|
||||
"generator": "Ninja",
|
||||
"configurationType": "Debug",
|
||||
"buildRoot": "${workspaceRoot}\\build\\${name}",
|
||||
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
||||
"inheritEnvironments": [ "msvc_x86" ],
|
||||
"intelliSenseMode": "windows-msvc-x86",
|
||||
"cmakeCommandArgs": "-DRUN_TESTS=ON"
|
||||
},
|
||||
{
|
||||
"name": "x86-Release",
|
||||
"generator": "Ninja",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue