2024-04-24 23:29:37 +02:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Debug",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"generator": "Visual Studio 17 2022 Win64",
|
|
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
2024-05-23 14:58:42 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-04-24 23:29:37 +02:00
|
|
|
"installRoot": "C:/Program Files/Seele"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Release",
|
|
|
|
|
"generator": "Visual Studio 17 2022 Win64",
|
|
|
|
|
"configurationType": "Release",
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2024-05-23 14:58:42 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-04-24 23:29:37 +02:00
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
|
|
|
"installRoot": "C:/Program Files/Seele"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "RelWithDebInfo",
|
|
|
|
|
"generator": "Visual Studio 17 2022 Win64",
|
|
|
|
|
"configurationType": "RelWithDebInfo",
|
|
|
|
|
"installRoot": "C:/Program Files/Seele",
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"buildCommandArgs": "",
|
2024-05-23 14:58:42 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-04-24 23:29:37 +02:00
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
|
|
|
|
"intelliSenseMode": "windows-msvc-x64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "AddressSanitizer",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"generator": "Visual Studio 17 2022 Win64",
|
|
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2024-05-23 14:58:42 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-04-24 23:29:37 +02:00
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"installRoot": "C:/Program Files/Seele",
|
|
|
|
|
"addressSanitizerEnabled": true
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-04-17 19:45:25 +02:00
|
|
|
}
|