2020-02-05 20:58:58 +01:00
|
|
|
{
|
2023-01-29 18:58:59 +01:00
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Debug",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"configurationType": "Debug",
|
2024-06-07 21:55:22 +02:00
|
|
|
"generator": "Ninja",
|
2023-01-29 18:58:59 +01:00
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
2023-02-13 14:56:13 +01:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2023-08-26 15:19:12 +02:00
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
2024-05-18 21:23:59 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-01-26 09:58:01 +01:00
|
|
|
"installRoot": "C:/Program Files/Seele"
|
2023-08-26 15:19:12 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Release",
|
2024-06-07 21:55:22 +02:00
|
|
|
"generator": "Ninja",
|
2023-11-30 11:51:53 +01:00
|
|
|
"configurationType": "Release",
|
2024-05-18 21:23:59 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2023-08-26 15:19:12 +02:00
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2023-11-17 18:46:37 +01:00
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
|
|
|
"installRoot": "C:/Program Files/Seele"
|
2023-11-30 11:51:53 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "RelWithDebInfo",
|
2024-06-07 21:55:22 +02:00
|
|
|
"generator": "Ninja",
|
2023-11-30 11:51:53 +01:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2024-05-18 21:23:59 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2023-11-30 11:51:53 +01:00
|
|
|
"installRoot": "C:/Program Files/Seele",
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2023-12-10 22:27:59 +01:00
|
|
|
"intelliSenseMode": "windows-msvc-x64"
|
2023-12-18 08:37:25 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "AddressSanitizer",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"configurationType": "Debug",
|
2024-06-07 21:55:22 +02:00
|
|
|
"generator": "Ninja",
|
2023-12-18 08:37:25 +01:00
|
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
2024-05-18 21:23:59 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2023-12-18 08:37:25 +01:00
|
|
|
"installRoot": "C:/Program Files/Seele",
|
|
|
|
|
"addressSanitizerEnabled": true
|
2024-04-26 10:28:34 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "MinSizeRel",
|
2024-06-07 21:55:22 +02:00
|
|
|
"generator": "Ninja",
|
2024-04-26 10:28:34 +02:00
|
|
|
"configurationType": "MinSizeRel",
|
2024-05-18 21:23:59 +02:00
|
|
|
"buildRoot": "${workspaceRoot}/build",
|
2024-04-26 10:28:34 +02:00
|
|
|
"installRoot": "C:/Program Files/Seele",
|
|
|
|
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "msvc_x64" ],
|
2024-04-26 11:42:28 +02:00
|
|
|
"intelliSenseMode": "windows-msvc-x64"
|
2023-01-29 18:58:59 +01:00
|
|
|
}
|
|
|
|
|
]
|
2020-02-05 20:58:58 +01:00
|
|
|
}
|