Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeSettings.json - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08f94ade4fc8bf323e99ef2ccdbf1ce337c8d8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
	"configurations": [
		{
			"name": "x64-Release",
			"generator": "Ninja",
			"configurationType": "Release",
			"buildRoot": "${projectDir}\\out\\build\\${name}",
			"installRoot": "${projectDir}\\out\\install\\${name}",
			"cmakeCommandArgs": "",
			"buildCommandArgs": "-v",
			"ctestCommandArgs": "",
			"inheritEnvironments": [ "msvc_x64_x64" ],
			"variables": []
		},
		{
			"name": "x86-Release",
			"generator": "Ninja",
			"configurationType": "Release",
			"buildRoot": "${projectDir}\\out\\build\\${name}",
			"installRoot": "${projectDir}\\out\\install\\${name}",
			"cmakeCommandArgs": "",
			"buildCommandArgs": "-v",
			"ctestCommandArgs": "",
			"inheritEnvironments": [ "msvc_x86" ],
			"variables": []
		},
		{
			"name": "Linux-GCC-Release",
			"generator": "Unix Makefiles",
			"configurationType": "Release",
			"cmakeExecutable": "/usr/bin/cmake",
			"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
			"cmakeCommandArgs": "",
			"buildCommandArgs": "",
			"ctestCommandArgs": "",
			"inheritEnvironments": [ "linux_arm" ],
			"remoteMachineName": "1047335263;Tako3 (username=pi, 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",
			"remoteCopyBuildOutput": false,
			"remoteCopySourcesMethod": "rsync",
			"addressSanitizerRuntimeFlags": "detect_leaks=0",
			"variables": []
		}
	]
}