123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": "Ninja",
- "configurationType": "Debug",
- "cmakeExecutable": "cmake",
- "remoteCopySourcesExclusionList": [ ".vs", ".git", "out", "build", "**/CMakeFiles" ],
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "inheritEnvironments": [ "linux_arm" ],
- "remoteMachineName": "-546935644;192.168.1.133 (username=cxdz, port=22, authentication=Password)",
- "remoteCMakeListsRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/src",
- "remoteBuildRoot": "$HOME/codebuild/DriverPlatform-V3.1/build",
- "remoteInstallRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/out/install/${name}",
- "remoteCopySources": true,
- "rsyncCommandArgs": "-t --delete",
- "remoteCopyBuildOutput": false,
- "remoteCopySourcesMethod": "rsync",
- "intelliSenseMode": "linux-gcc-arm",
- "remoteCopyUseCompilerDefaults": true
- }
- ]
- }
|