CMakeSettings.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "configurations": [
  3. {
  4. "name": "x64-Debug",
  5. "generator": "Ninja",
  6. "configurationType": "Debug",
  7. "inheritEnvironments": [ "msvc_x64_x64" ],
  8. "buildRoot": "${projectDir}\\out\\build\\${name}",
  9. "installRoot": "${projectDir}\\out\\install\\${name}",
  10. "cmakeCommandArgs": "",
  11. "buildCommandArgs": "",
  12. "ctestCommandArgs": ""
  13. },
  14. {
  15. "name": "Linux_GCC_Debug",
  16. "generator": "Ninja",
  17. "configurationType": "Release",
  18. "cmakeExecutable": "cmake",
  19. "remoteCopySourcesExclusionList": [ ".vs", ".git", "out", "build", "**/CMakeFiles" ],
  20. "cmakeCommandArgs": "",
  21. "buildCommandArgs": "",
  22. "ctestCommandArgs": "",
  23. "inheritEnvironments": [ "linux_arm" ],
  24. "remoteMachineName": "-546935644;192.168.1.133 (username=cxdz, port=22, authentication=Password)",
  25. "remoteCMakeListsRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/src",
  26. "remoteBuildRoot": "$HOME/codebuild/DriverPlatform-V3.1/build",
  27. "remoteInstallRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/out/install/${name}",
  28. "remoteCopySources": true,
  29. "rsyncCommandArgs": "-t --delete",
  30. "remoteCopyBuildOutput": false,
  31. "remoteCopySourcesMethod": "rsync",
  32. "intelliSenseMode": "linux-gcc-arm",
  33. "remoteCopyUseCompilerDefaults": true,
  34. "variables": [
  35. {
  36. "name": "DELIVER_DIR",
  37. "value": "/home/cxdz/codebuild/DriverPlatform-V3.1/build/../../Deliver",
  38. "type": "PATH"
  39. }
  40. ]
  41. },
  42. {
  43. "name": "Linux_x86_GCC",
  44. "generator": "Ninja",
  45. "configurationType": "Release",
  46. "cmakeExecutable": "cmake",
  47. "remoteCopySourcesExclusionList": [ ".vs", ".git", "out", "build", "**/CMakeFiles" ],
  48. "cmakeCommandArgs": "",
  49. "buildCommandArgs": "",
  50. "ctestCommandArgs": "",
  51. "inheritEnvironments": [ "linux_x86" ],
  52. "variables": [
  53. {
  54. "name": "DELIVER_DIR",
  55. "value": "/root/codebuild/DriverPlatform-V3.1/build/../../Deliver",
  56. "type": "PATH"
  57. },
  58. {
  59. "name": "RES_DATA_LIB",
  60. "value": "/root/codebuild/Deliver/lib/libResDataObject.so",
  61. "type": "FILEPATH"
  62. }
  63. ],
  64. "intelliSenseMode": "linux-gcc-x86",
  65. "remoteMachineName": "458986047;192.168.110.66 (username=ccos, port=22, authentication=Password)",
  66. "remoteCMakeListsRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/src",
  67. "remoteBuildRoot": "$HOME/codebuild/DriverPlatform-V3.1/build",
  68. "remoteInstallRoot": "$HOME/codebuild/${projectDirName}/${workspaceHash}/out/install/${name}",
  69. "remoteCopySources": true,
  70. "rsyncCommandArgs": "-t --delete",
  71. "remoteCopyBuildOutput": false,
  72. "remoteCopySourcesMethod": "rsync",
  73. "remoteCopyUseCompilerDefaults": true
  74. }
  75. ]
  76. }