﻿{
  "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-RK3568",
      "generator": "Unix Makefiles",
      "configurationType": "Debug",
      "cmakeExecutable": "cmake",
      "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
      "cmakeCommandArgs": "-DUSE_RK3568=1",
      "buildCommandArgs": "",
      "ctestCommandArgs": "",
      "inheritEnvironments": [ "linux_x64" ],
      "remoteMachineName": "-523909527;10.30.5.49 (username=jiahc, port=22, authentication=Password)",
      "remoteCMakeListsRoot": "$HOME/gitwork/rk3568/rk3568_sdk/cmake_app/xieneng_can",
      "remoteBuildRoot": "$HOME/gitwork/rk3568/rk3568_sdk/cmake_app/xieneng_can",
      "remoteInstallRoot": "$HOME/gitwork/rk3568/rk3568_sdk/cmake_app/xieneng_can/install/${name}",
      "remoteCopySources": true,
      "rsyncCommandArgs": "-t --delete --delete-excluded",
      "remoteCopyBuildOutput": true,
      "remoteCopySourcesMethod": "rsync",
      "intelliSenseMode": "linux-gcc-arm"
    },
    {
      "name": "Linux-GCC-IMX6ULL",
      "generator": "Unix Makefiles",
      "configurationType": "Debug",
      "cmakeExecutable": "cmake",
      "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
      "cmakeCommandArgs": "-DUSE_IMX6ULL=1",
      "buildCommandArgs": "",
      "ctestCommandArgs": "",
      "inheritEnvironments": [ "linux_x64" ],
      "remoteMachineName": "-523909527;10.30.5.49 (username=jiahc, port=22, authentication=Password)",
      "remoteCMakeListsRoot": "$HOME/gitwork/imx6ull/imx6ull_sdk/cmake_app/xieneng_can",
      "remoteBuildRoot": "$HOME/gitwork/imx6ull/imx6ull_sdk/cmake_app/xieneng_can",
      "remoteInstallRoot": "$HOME/gitwork/imx6ull/imx6ull_sdk/cmake_app/xieneng_can/install/${name}",
      "remoteCopySources": true,
      "rsyncCommandArgs": "-t --delete --delete-excluded",
      "remoteCopyBuildOutput": true,
      "remoteCopySourcesMethod": "rsync",
      "intelliSenseMode": "linux-gcc-arm"
    }
  ]
}