Fix debug build (#2625)

This commit is contained in:
Quentin
2023-12-21 09:51:23 +01:00
committed by GitHub
parent 9bedcca8a4
commit 3237f6ade4
3 changed files with 20 additions and 30 deletions

View File

@ -1,6 +1,17 @@
{
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",