| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "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": "Release",
- "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,
- "variables": [
- {
- "name": "DELIVER_DIR",
- "value": "/home/cxdz/codebuild/DriverPlatform-V3.1/build/../../Deliver",
- "type": "PATH"
- }
- ]
- },
- {
- "name": "Linux_x86_GCC",
- "generator": "Ninja",
- "configurationType": "Release",
- "cmakeExecutable": "cmake",
- "remoteCopySourcesExclusionList": [ ".vs", ".git", "out", "build", "**/CMakeFiles" ],
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "inheritEnvironments": [ "linux_x86" ],
- "variables": [
- {
- "name": "DELIVER_DIR",
- "value": "/root/codebuild/DriverPlatform-V3.1/build/../../Deliver",
- "type": "PATH"
- },
- {
- "name": "RES_DATA_LIB",
- "value": "/root/codebuild/Deliver/lib/libResDataObject.so",
- "type": "FILEPATH"
- }
- ],
- "intelliSenseMode": "linux-gcc-x86",
- "remoteMachineName": "458986047;192.168.110.66 (username=ccos, 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",
- "remoteCopyUseCompilerDefaults": true
- }
- ]
- }
|