{ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "variables": [ { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" }, { "name": "VUK_BUILD_BENCHMARKS", "value": "True", "type": "BOOL" }, { "name": "VUK_USE_DXC", "value": "False", "type": "BOOL" } ] }, { "name": "x64-Release", "generator": "Ninja", "configurationType": "RelWithDebInfo", "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "inheritEnvironments": [ "msvc_x64_x64" ], "variables": [ { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" }, { "name": "VUK_BUILD_BENCHMARKS", "value": "True", "type": "BOOL" } ] }, { "name": "x64-Clang-Debug", "generator": "Ninja", "configurationType": "Debug", "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64_x64" ], "variables": [ { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" }, { "name": "VUK_BUILD_BENCHMARKS", "value": "True", "type": "BOOL" }, { "name": "VUK_USE_DXC", "value": "False", "type": "BOOL" } ] }, { "environments": [ { "MINGW64_ROOT": "C:/mingw64", "BIN_ROOT": "${env.MINGW64_ROOT}/bin", "FLAVOR": "x86_64-w64-mingw32", "TOOLSET_VERSION": "10.2.0", "INCLUDE": "${env.MINGW64_ROOT}\\include\\c++\\${env.TOOLSET_VERSION};${env.MINGW64_ROOT}\\include\\c++\\${env.TOOLSET_VERSION}\\tr1;${env.MINGW64_ROOT}\\include\\c++\\${env.TOOLSET_VERSION}\\${env.FLAVOR}", "MINGW_PREFIX": "C:/mingw64", "MINGW_CHOST": "x86_64-w64-mingw32", "MINGW_PACKAGE_PREFIX": "mingw-w64-x86_64", "MSYSTEM": "MINGW64", "MSYSTEM_CARCH": "x64_64", "MSYSTEM_PREFIX": "C:/mingw64", "MSYSTEM_CHOST": " x86_64-w64-mingw32", "environment": "mingw64" } ], "name": "x64-mingw-Debug", "generator": "Ninja", "configurationType": "Debug", "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "mingw64" ], "intelliSenseMode": "linux-gcc-x64", "variables": [ { "name": "CMAKE_C_COMPILER", "value": "${env.BIN_ROOT}/gcc.exe", "type": "STRING" }, { "name": "CMAKE_CXX_COMPILER", "value": "${env.BIN_ROOT}/g++.exe", "type": "STRING" }, { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" } ] }, { "name": "x64-Docs", "generator": "Ninja", "configurationType": "Debug", "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "msvc_x64_x64" ], "variables": [ { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" }, { "name": "VUK_BUILD_BENCHMARKS", "value": "True", "type": "BOOL" }, { "name": "VUK_USE_DXC", "value": "False", "type": "BOOL" }, { "name": "VUK_BUILD_DOCS", "value": "True", "type": "BOOL" } ] }, { "name": "x64-Clang-Release", "generator": "Ninja", "configurationType": "Release", "buildRoot": "${projectDir}\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "clang_cl_x64_x64" ], "variables": [ { "name": "VUK_BUILD_EXAMPLES", "value": "True", "type": "BOOL" }, { "name": "VUK_BUILD_BENCHMARKS", "value": "True", "type": "BOOL" }, { "name": "VUK_USE_DXC", "value": "False", "type": "BOOL" } ] } ] }