Files
Seele/CMakeSettings.json
T

53 lines
2.1 KiB
JSON
Raw Normal View History

2020-02-05 20:58:58 +01:00
{
2023-01-29 18:58:59 +01:00
"configurations": [
{
"name": "Debug",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"configurationType": "Debug",
"generator": "Visual Studio 17 2022 Win64",
"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",
"buildRoot": "C:/Users/Dynamitos/Seele/bin/",
2023-12-15 18:33:47 +01:00
"installRoot": "C:/Program Files/Seele",
2023-08-26 15:19:12 +02:00
},
{
"name": "Release",
"generator": "Visual Studio 17 2022 Win64",
2023-11-30 11:51:53 +01:00
"configurationType": "Release",
2023-08-26 15:19:12 +02:00
"buildRoot": "C:/Users/Dynamitos/Seele/bin/",
"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",
"generator": "Visual Studio 17 2022 Win64",
"configurationType": "RelWithDebInfo",
"buildRoot": "C:/Users/Dynamitos/Seele/bin/",
"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",
"generator": "Visual Studio 17 2022 Win64",
"intelliSenseMode": "windows-msvc-x64",
"inheritEnvironments": [ "msvc_x64" ],
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
"buildRoot": "C:/Users/Dynamitos/Seele/bin/",
"installRoot": "C:/Program Files/Seele",
"addressSanitizerEnabled": true
2023-01-29 18:58:59 +01:00
}
]
2020-02-05 20:58:58 +01:00
}