File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : 5 ,
3
+ "configurePresets" : [{
4
+ "name" : " x86-Debug" ,
5
+ "displayName" : " Windows x86 Debug" ,
6
+ "architecture" : {
7
+ "value" : " Win32" ,
8
+ "strategy" : " set"
9
+ },
10
+ "cacheVariables" : {
11
+ "CMAKE_BUILD_TYPE" : " Debug"
12
+ },
13
+ "vendor" : {
14
+ "microsoft.com/VisualStudioSettings/CMake/1.0" : {
15
+ "hostOS" : [" Windows" ]
16
+ }
17
+ }
18
+ },
19
+ {
20
+ "name" : " x64-Debug" ,
21
+ "displayName" : " Windows x64 Debug" ,
22
+ "architecture" : {
23
+ "value" : " x64" ,
24
+ "strategy" : " set"
25
+ },
26
+ "cacheVariables" : {
27
+ "CMAKE_BUILD_TYPE" : " Debug"
28
+ },
29
+ "vendor" : {
30
+ "microsoft.com/VisualStudioSettings/CMake/1.0" : {
31
+ "hostOS" : [" Windows" ]
32
+ }
33
+ }
34
+ },
35
+ {
36
+ "name" : " x86-Release" ,
37
+ "displayName" : " Windows x86 Release" ,
38
+ "architecture" : {
39
+ "value" : " Win32" ,
40
+ "strategy" : " set"
41
+ },
42
+ "cacheVariables" : {
43
+ "CMAKE_BUILD_TYPE" : " Release"
44
+ },
45
+ "vendor" : {
46
+ "microsoft.com/VisualStudioSettings/CMake/1.0" : {
47
+ "hostOS" : [" Windows" ]
48
+ }
49
+ }
50
+ },
51
+ {
52
+ "name" : " x64-Release" ,
53
+ "displayName" : " Windows x64 Release" ,
54
+ "architecture" : {
55
+ "value" : " x64" ,
56
+ "strategy" : " set"
57
+ },
58
+ "cacheVariables" : {
59
+ "CMAKE_BUILD_TYPE" : " Release"
60
+ },
61
+ "vendor" : {
62
+ "microsoft.com/VisualStudioSettings/CMake/1.0" : {
63
+ "hostOS" : [" Windows" ]
64
+ }
65
+ }
66
+ }
67
+ ]
68
+ }
You can’t perform that action at this time.
0 commit comments