mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
24 lines
879 B
JSON
24 lines
879 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux-GCC-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"cmakeExecutable": "cmake",
|
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
|
"cmakeCommandArgs": "",
|
|
"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",
|
|
"variables": []
|
|
}
|
|
]
|
|
} |