mirror of
https://github.com/AxioDL/optick.git
synced 2026-03-30 11:49:24 -07:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux-Debug",
|
|
"generator": "Unix Makefiles",
|
|
"remoteMachineName": "${defaultRemoteMachineName}",
|
|
"configurationType": "Debug",
|
|
"remoteCMakeListsRoot": "/var/tmp/src/${workspaceHash}/${name}",
|
|
"cmakeExecutable": "/usr/bin",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|
"remoteBuildRoot": "/var/tmp/build/${workspaceHash}/build/${name}",
|
|
"remoteInstallRoot": "/var/tmp/build/${workspaceHash}/install/${name}",
|
|
"remoteCopySources": true,
|
|
"remoteCopySourcesOutputVerbosity": "Normal",
|
|
"remoteCopySourcesConcurrentCopies": "10",
|
|
"remoteCopySourcesMethod": "rsync",
|
|
"remoteCopySourcesExclusionList": [
|
|
".vs",
|
|
".git",
|
|
"Bin",
|
|
"build",
|
|
"gui",
|
|
"stc",
|
|
"tools",
|
|
"publish",
|
|
"samples/DurangoUWP",
|
|
"samples/UnrealEnginePlugin",
|
|
"samples/WindowsVulkan",
|
|
"samples/WindowsD3D12"
|
|
],
|
|
"rsyncCommandArgs": "-t --delete --delete-excluded",
|
|
"remoteCopyBuildOutput": false,
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [
|
|
"linux_x64"
|
|
]
|
|
}
|
|
]
|
|
} |