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 1111 "configurePresets" : [
1212 {
1313 "name" : " linux-ninja-gcc" ,
14- "displayName" : " Linux Ninja Generator + GCC" ,
1514 "description" : " Configure Linux to use the Ninja generator and the GCC compiler" ,
1615 "binaryDir" : " ${sourceDir}/build/linux_ninja_gcc" ,
1716 "inherits" : [
2423 },
2524 {
2625 "name" : " linux-ninja-clang" ,
27- "displayName" : " Linux Ninja Generator + Clang++" ,
2826 "description" : " Configure Linux to use the Ninja generator and the Clang++ compiler" ,
2927 "binaryDir" : " ${sourceDir}/build/linux_ninja_clang" ,
3028 "inherits" : [
Original file line number Diff line number Diff line change 1111 "configurePresets" : [
1212 {
1313 "name" : " mac-ninja-clang" ,
14- "displayName" : " Mac Ninja Generator + Clang++" ,
1514 "description" : " Configure Mac to use the Ninja generator and the Clang++ compiler" ,
1615 "binaryDir" : " ${sourceDir}/build/mac_ninja_clang" ,
1716 "inherits" : [
2423 },
2524 {
2625 "name" : " mac-xcode-clang" ,
27- "displayName" : " Mac Xcode Generator + Clang++" ,
2826 "description" : " Configure Mac to use the Xcode generator and the Clang++ compiler" ,
2927 "binaryDir" : " ${sourceDir}/build/mac_xcode_clang" ,
3028 "inherits" : [
Original file line number Diff line number Diff line change 1111 "configurePresets" : [
1212 {
1313 "name" : " windows-vs2022" ,
14- "displayName" : " Windows Visual Studio 2022 Generator + MSVC" ,
1514 "description" : " Configure Windows to use the VS2022 generator" ,
1615 "binaryDir" : " ${sourceDir}/build/windows_vs2022_msvc" ,
1716 "inherits" : [
3231 },
3332 {
3433 "name" : " windows-vs2022-clangcl" ,
35- "displayName" : " Windows Visual Studio 2022 Generator + ClangCL" ,
3634 "description" : " Configure Windows to use the VS2022 generator and the ClangCL compiler" ,
3735 "binaryDir" : " ${sourceDir}/build/windows_vs2022_clangcl" ,
3836 "inherits" : [
5351 },
5452 {
5553 "name" : " windows-ninja" ,
56- "displayName" : " Windows Ninja Generator + MSVC" ,
5754 "description" : " Configure Windows using the Ninja generator" ,
5855 "binaryDir" : " ${sourceDir}/build/windows_ninja_msvc" ,
5956 "inherits" : [
7471 },
7572 {
7673 "name" : " windows-ninja-clangcl" ,
77- "displayName" : " Windows Ninja Generator + ClangCL" ,
7874 "description" : " Configure Windows using the Ninja generator and the ClangCL compiler" ,
7975 "binaryDir" : " ${sourceDir}/build/windows_ninja_clangcl" ,
8076 "inherits" : [
You can’t perform that action at this time.
0 commit comments