2022-05-24 10:10:15 +02:00
|
|
|
{
|
|
|
|
"version": 3,
|
|
|
|
"configurePresets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"hidden": true,
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Win32-Debug",
|
|
|
|
"inherits": "default",
|
|
|
|
"toolchainFile": "${sourceDir}/cmake/i686-w64-mingw32-gcc.cmake",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Win64-Debug",
|
|
|
|
"inherits": "default",
|
|
|
|
"toolchainFile": "${sourceDir}/cmake/x86_64-w64-mingw32-gcc.cmake",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
}
|
|
|
|
}
|
2022-09-01 23:08:51 +02:00
|
|
|
],
|
|
|
|
"buildPresets": [
|
|
|
|
{
|
|
|
|
"name": "Win32-Debug",
|
|
|
|
"configurePreset": "Win32-Debug"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Win64-Debug",
|
|
|
|
"configurePreset": "Win64-Debug"
|
|
|
|
}
|
2022-05-24 10:10:15 +02:00
|
|
|
]
|
|
|
|
}
|