2022-08-22 16:21:23 -04:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2022-09-24 03:43:27 -03:00
|
|
|
|
"name": "RelWithDebInfo",
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"configurationType": "RelWithDebInfo",
|
2022-08-22 16:21:23 -04:00
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
2022-08-22 16:21:23 -04:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-09-24 03:43:27 -03:00
|
|
|
|
"name": "Release",
|
|
|
|
|
"configurationType": "Release",
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
2022-08-22 16:21:23 -04:00
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
2023-10-01 06:43:24 -03:00
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
2022-08-22 16:21:23 -04:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"name": "Debug",
|
|
|
|
|
"configurationType": "Debug",
|
2022-08-22 16:21:23 -04:00
|
|
|
|
"generator": "Ninja",
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
2022-08-22 16:21:23 -04:00
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
2022-08-24 05:22:13 -04:00
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}"
|
2022-08-22 16:21:23 -04:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|