File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 4646 "cacheVariables" : {
4747 "CMAKE_TOOLCHAIN_FILE" : " cmake/gnu-toolchain.cmake"
4848 }
49- },
50- {
51- "name" : " appleclang-debug" ,
52- "displayName" : " xcode Debug Build" ,
53- "inherits" : [
54- " _root-config" ,
55- " _debug-base"
56- ],
57- "cacheVariables" : {
58- "CMAKE_TOOLCHAIN_FILE" : " cmake/appleclang-toolchain.cmake"
59- }
60- },
61- {
62- "name" : " appleclang-release" ,
63- "displayName" : " xcode Release Build" ,
64- "inherits" : [
65- " _root-config" ,
66- " _release-base"
67- ],
68- "cacheVariables" : {
69- "CMAKE_TOOLCHAIN_FILE" : " cmake/appleclang-toolchain.cmake"
70- }
71- },
72- {
73- "name" : " msvc-debug" ,
74- "displayName" : " MSVC Debug Build" ,
75- "inherits" : [
76- " _root-config" ,
77- " _debug-base"
78- ],
79- "cacheVariables" : {
80- "CMAKE_TOOLCHAIN_FILE" : " cmake/msvc-toolchain.cmake"
81- }
82- },
83- {
84- "name" : " msvc-release" ,
85- "displayName" : " MSVC Release Build" ,
86- "inherits" : [
87- " _root-config" ,
88- " _release-base"
89- ],
90- "cacheVariables" : {
91- "CMAKE_TOOLCHAIN_FILE" : " cmake/msvc-toolchain.cmake"
92- }
9349 }
9450 ],
9551 "buildPresets" : [
You can’t perform that action at this time.
0 commit comments