15 lines
408 B
JSON
15 lines
408 B
JSON
{
|
|||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "x64-Debug",
|
||
|
|
"generator": "Visual Studio 17 2022 Win64",
|
||
|
|
"configurationType": "Debug",
|
||
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
||
|
|
"buildRoot": "${projectDir}\\build\\${name}",
|
||
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||
|
|
"cmakeCommandArgs": "",
|
||
|
|
"buildCommandArgs": "",
|
||
|
|
"ctestCommandArgs": ""
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|