{ "version": 8, "configurePresets": [ { "name": "Release", "displayName": "2019 x86", "description": "Using compilers for Visual Studio 16 2019 (x86 architecture)", "generator": "Visual Studio 16 2019", "toolset": "host=x86", "architecture": "win32", "binaryDir": "${sourceDir}/out/build/${presetName}", "cacheVariables": { "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}", "CMAKE_C_COMPILER": "cl.exe", "CMAKE_CXX_COMPILER": "cl.exe", "CMAKE_CONFIGURATION_TYPES": "Release", "cmakeCommandArgs": "-D BUILD_TESTING=OFF", "ctestCommandArgs": "-C Release" } } ], "buildPresets": [ { "name": "Release", "displayName": "2019 x86", "configurePreset": "Release", "configuration": "Release" } ] }