{ "version": 3, "configurePresets": [ { "name": "mingw-debug", "displayName": "MinGW Makefiles Debug", "generator": "MinGW Makefiles", "binaryDir": "${sourceDir}/build/mingw-debug", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_C_COMPILER": "C:/msys64/mingw64/bin/gcc.exe", "CMAKE_CXX_COMPILER": "C:/msys64/mingw64/bin/g++.exe" } }, { "name": "mingw-release", "displayName": "MinGW Makefiles Release", "generator": "MinGW Makefiles", "binaryDir": "${sourceDir}/build/mingw-release", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", "CMAKE_C_COMPILER": "C:/msys64/mingw64/bin/gcc.exe", "CMAKE_CXX_COMPILER": "C:/msys64/mingw64/bin/g++.exe" } } ] }