File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 29
29
"CMAKE_BUILD_TYPE" : " Release" ,
30
30
"CMAKE_CXX_STANDARD" : " 20"
31
31
}
32
+ },
33
+ {
34
+ "name" : " linux-base" ,
35
+ "hidden" : true ,
36
+ "generator" : " Unix Makefiles" ,
37
+ "cacheVariables" : {
38
+ "CMAKE_CXX_VISIBILITY_PRESET" : " hidden" ,
39
+ "CMAKE_VISIBILITY_INLINES_HIDDEN" : " ON" ,
40
+ "FMT_DOC" : " OFF" ,
41
+ "FMT_PEDANTIC" : " ON" ,
42
+ "FMT_WERROR" : " ON"
43
+ }
44
+ },
45
+ {
46
+ "name" : " linux-release-cpp20" ,
47
+ "inherits" : " linux-base" ,
48
+ "displayName" : " Linux Release C++20" ,
49
+ "binaryDir" : " ${sourceDir}/out/${presetName}" ,
50
+ "cacheVariables" : {
51
+ "CMAKE_BUILD_TYPE" : " Release" ,
52
+ "CMAKE_CXX_STANDARD" : " 20"
53
+ }
54
+ },
55
+ {
56
+ "name" : " linux-debug-cpp20" ,
57
+ "inherits" : " linux-base" ,
58
+ "displayName" : " Linux Debug C++20" ,
59
+ "binaryDir" : " ${sourceDir}/out/${presetName}" ,
60
+ "cacheVariables" : {
61
+ "CMAKE_BUILD_TYPE" : " Debug" ,
62
+ "CMAKE_CXX_STANDARD" : " 20"
63
+ }
32
64
}
33
65
]
34
66
}
You can’t perform that action at this time.
0 commit comments