| | |
| | | "cmakeCommandArgs": "", |
| | | "buildCommandArgs": "", |
| | | "ctestCommandArgs": "", |
| | | "inheritEnvironments": [ "msvc_x64_x64" ], |
| | | "variables": [] |
| | | "inheritEnvironments": [ "msvc_x64_x64" ] |
| | | }, |
| | | { |
| | | "name": "Linux-GCC-Debug", |
| | | "generator": "Unix Makefiles", |
| | | "configurationType": "Debug", |
| | | "cmakeExecutable": "cmake", |
| | | "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ], |
| | | "cmakeCommandArgs": "-DONNXRUNTIME_DIR=/data/linux/thirdpart/onnxruntime-linux-x64-1.14.1", |
| | | "buildCommandArgs": "", |
| | | "ctestCommandArgs": "", |
| | | "inheritEnvironments": [ "linux_x64" ], |
| | | "remoteMachineName": "${defaultRemoteMachineName}", |
| | | "remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src", |
| | | "remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}", |
| | | "remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}", |
| | | "remoteCopySources": true, |
| | | "rsyncCommandArgs": "-t --delete", |
| | | "remoteCopyBuildOutput": false, |
| | | "remoteCopySourcesMethod": "rsync" |
| | | } |
| | | ] |
| | | } |