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