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