{ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "" }, { "name": "Linux-GCC-Debug", "generator": "Unix Makefiles", "configurationType": "Debug", "cmakeExecutable": "/opt/cmake/bin/cmake", "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ], "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "linux_arm" ], "remoteMachineName": "-237651717;172.16.0.93 (username=root, port=22, authentication=Password)", "remoteCMakeListsRoot": "/home/pi/Project_Grixis/src", "remoteBuildRoot": "/home/pi/Project_Grixis/out/build_d/${name}", "remoteInstallRoot": "/home/pi/Project_Grixis/out/install/${name}", "remoteCopySources": true, "rsyncCommandArgs": "-t --delete", "remoteCopyBuildOutput": false, "remoteCopySourcesMethod": "rsync" } ] }