123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "configurations": [
- {
- "name": "x86-Debug",
- "generator": "Visual Studio 16 2019",
- "configurationType": "Debug",
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "-D BUILD_TESTING=ON",
- "buildCommandArgs": "",
- "ctestCommandArgs": "-C Debug",
- "inheritEnvironments": [ "msvc_x86" ],
- "variables": [
- {
- "name": "BUILD_TESTING",
- "value": "True",
- "type": "BOOL"
- },
- {
- "name": "SIMULATE_ON",
- "value": "False",
- "type": "BOOL"
- }
- ]
- },
- {
- "name": "Linux-Debug",
- "generator": "Unix Makefiles",
- "configurationType": "Debug",
- "cmakeExecutable": "/usr/bin/cmake",
- "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
- "cmakeCommandArgs": "-D BUILD_TESTING=ON",
- "buildCommandArgs": "",
- "ctestCommandArgs": "--output-on-failure",
- "inheritEnvironments": [ "linux_x64" ],
- "remoteMachineName": "494151833;99.12.23.77 (username=heyc, port=22, authentication=Password)",
- "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 --delete-excluded --exclude \"/build\" --exclude \"/out\" --exclude-from=.gitignore",
- "remoteCopyBuildOutput": false,
- "remoteCopySourcesMethod": "rsync",
- "addressSanitizerRuntimeFlags": "detect_leaks=0",
- "variables": []
- },
- {
- "name": "x86-Release",
- "generator": "Visual Studio 16 2019",
- "configurationType": "Release",
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "-D BUILD_TESTING=OFF",
- "buildCommandArgs": "",
- "ctestCommandArgs": "-C Release",
- "inheritEnvironments": [ "msvc_x86" ],
- "variables": []
- },
- {
- "name": "Linux-Release",
- "generator": "Unix Makefiles",
- "configurationType": "Release",
- "cmakeExecutable": "/usr/bin/cmake",
- "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
- "cmakeCommandArgs": "-D BUILD_TESTING=ON",
- "buildCommandArgs": "",
- "ctestCommandArgs": "--output-on-failure",
- "inheritEnvironments": [ "linux_x64" ],
- "remoteMachineName": "494151833;99.12.23.77 (username=heyc, port=22, authentication=Password)",
- "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 --delete-excluded --exclude \"/build\" --exclude \"/out\" --exclude-from=.gitignore",
- "remoteCopyBuildOutput": false,
- "remoteCopySourcesMethod": "rsync",
- "addressSanitizerRuntimeFlags": "detect_leaks=0",
- "variables": []
- }
- ]
- }
|