{ "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": "/SDCard/cmake-3.30.2/bin/cmake", "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ], "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", "inheritEnvironments": [ "linux_arm" ], "intelliSenseMode": "linux-gcc-arm", "remoteMachineName": "-1298041436;172.16.0.92 (username=root, port=22, authentication=Password)", "remoteCMakeListsRoot": "/home/pi/Project_Fiora/src", "remoteBuildRoot": "/home/pi/Project_Fiora/out/build_d/${name}", "remoteInstallRoot": "/home/pi/Project_Fiora/out/install/${name}", "remoteCopySources": true, "rsyncCommandArgs": "-t --delete", "remoteCopyBuildOutput": false, "remoteCopySourcesMethod": "rsync" } ] }