File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11
11
"configurePresets" : [
12
12
{
13
13
"name" : " linux-ninja-gcc" ,
14
- "displayName" : " Linux Ninja Generator + GCC" ,
15
14
"description" : " Configure Linux to use the Ninja generator and the GCC compiler" ,
16
15
"binaryDir" : " ${sourceDir}/build/linux_ninja_gcc" ,
17
16
"inherits" : [
24
23
},
25
24
{
26
25
"name" : " linux-ninja-clang" ,
27
- "displayName" : " Linux Ninja Generator + Clang++" ,
28
26
"description" : " Configure Linux to use the Ninja generator and the Clang++ compiler" ,
29
27
"binaryDir" : " ${sourceDir}/build/linux_ninja_clang" ,
30
28
"inherits" : [
Original file line number Diff line number Diff line change 11
11
"configurePresets" : [
12
12
{
13
13
"name" : " mac-ninja-clang" ,
14
- "displayName" : " Mac Ninja Generator + Clang++" ,
15
14
"description" : " Configure Mac to use the Ninja generator and the Clang++ compiler" ,
16
15
"binaryDir" : " ${sourceDir}/build/mac_ninja_clang" ,
17
16
"inherits" : [
24
23
},
25
24
{
26
25
"name" : " mac-xcode-clang" ,
27
- "displayName" : " Mac Xcode Generator + Clang++" ,
28
26
"description" : " Configure Mac to use the Xcode generator and the Clang++ compiler" ,
29
27
"binaryDir" : " ${sourceDir}/build/mac_xcode_clang" ,
30
28
"inherits" : [
Original file line number Diff line number Diff line change 11
11
"configurePresets" : [
12
12
{
13
13
"name" : " windows-vs2022" ,
14
- "displayName" : " Windows Visual Studio 2022 Generator + MSVC" ,
15
14
"description" : " Configure Windows to use the VS2022 generator" ,
16
15
"binaryDir" : " ${sourceDir}/build/windows_vs2022_msvc" ,
17
16
"inherits" : [
32
31
},
33
32
{
34
33
"name" : " windows-vs2022-clangcl" ,
35
- "displayName" : " Windows Visual Studio 2022 Generator + ClangCL" ,
36
34
"description" : " Configure Windows to use the VS2022 generator and the ClangCL compiler" ,
37
35
"binaryDir" : " ${sourceDir}/build/windows_vs2022_clangcl" ,
38
36
"inherits" : [
53
51
},
54
52
{
55
53
"name" : " windows-ninja" ,
56
- "displayName" : " Windows Ninja Generator + MSVC" ,
57
54
"description" : " Configure Windows using the Ninja generator" ,
58
55
"binaryDir" : " ${sourceDir}/build/windows_ninja_msvc" ,
59
56
"inherits" : [
74
71
},
75
72
{
76
73
"name" : " windows-ninja-clangcl" ,
77
- "displayName" : " Windows Ninja Generator + ClangCL" ,
78
74
"description" : " Configure Windows using the Ninja generator and the ClangCL compiler" ,
79
75
"binaryDir" : " ${sourceDir}/build/windows_ninja_clangcl" ,
80
76
"inherits" : [
You can’t perform that action at this time.
0 commit comments