{ "configurations": [ { "name": "x64-Debug", "generator": "Visual Studio 16 2019 Win64", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "variables": [] }, { "name": "x86-Debug", "generator": "Visual Studio 16 2019", "configurationType": "Debug", "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "-D BUILD_TESTING=OFF", "buildCommandArgs": "", "ctestCommandArgs": "-C Debug", "inheritEnvironments": [ "msvc_x86" ], "variables": [] }, { "name": "Linux-Debug", "generator": "Unix Makefiles", "configurationType": "Debug", "cmakeExecutable": "/usr/bin/cmake", "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ], "cmakeCommandArgs": "-D BUILD_TESTING=ON", "buildCommandArgs": "", "ctestCommandArgs": "--output-on-failure", "inheritEnvironments": [ "linux_x64" ], "remoteMachineName": "-530210665;10.42.0.1 (username=root, port=1022, authentication=Password)", "remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src", "remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}", "remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}", "remoteCopySources": true, "rsyncCommandArgs": "-t --delete --delete-excluded --exclude \"/build\" --exclude \"/out\" --exclude-from=.gitignore", "remoteCopyBuildOutput": false, "remoteCopySourcesMethod": "rsync", "addressSanitizerRuntimeFlags": "detect_leaks=0", "variables": [] } ] }