File tree 2 files changed +59
-59
lines changed 2 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "cmake_variants" : [
3
- {"name" : " generator" ,
4
- "generators" : [
5
- {"generator" : [
6
- " Visual Studio 7 .NET 2003" ,
7
- " Visual Studio 9 2008" ,
8
- " Visual Studio 9 2008 Win64" ,
9
- " Visual Studio 10" ,
10
- " Visual Studio 10 Win64" ,
11
- " Visual Studio 11" ,
12
- " Visual Studio 11 Win64"
13
- ]
14
- },
15
- {"generator" : [" MinGW Makefiles" ],
16
- "env_prepend" : [{"path" : " c:/wut/prg/MinGW/bin" }]
17
- }
18
- ]
19
- },
20
- {"name" : " shared_dll" ,
21
- "variables" : [
22
- [" BUILD_SHARED_LIBS=true" ],
23
- [" BUILD_SHARED_LIBS=false" ]
24
- ]
25
- },
26
- {"name" : " build_type" ,
27
- "build_types" : [
28
- " debug" ,
29
- " release"
30
- ]
31
- }
32
- ]
33
- }
1
+ {
2
+ "cmake_variants" : [
3
+ {"name" : " generator" ,
4
+ "generators" : [
5
+ {"generator" : [
6
+ " Visual Studio 7 .NET 2003" ,
7
+ " Visual Studio 9 2008" ,
8
+ " Visual Studio 9 2008 Win64" ,
9
+ " Visual Studio 10" ,
10
+ " Visual Studio 10 Win64" ,
11
+ " Visual Studio 11" ,
12
+ " Visual Studio 11 Win64"
13
+ ]
14
+ },
15
+ {"generator" : [" MinGW Makefiles" ],
16
+ "env_prepend" : [{"path" : " c:/wut/prg/MinGW/bin" }]
17
+ }
18
+ ]
19
+ },
20
+ {"name" : " shared_dll" ,
21
+ "variables" : [
22
+ [" BUILD_SHARED_LIBS=true" ],
23
+ [" BUILD_SHARED_LIBS=false" ]
24
+ ]
25
+ },
26
+ {"name" : " build_type" ,
27
+ "build_types" : [
28
+ " debug" ,
29
+ " release"
30
+ ]
31
+ }
32
+ ]
33
+ }
Original file line number Diff line number Diff line change 1
- {
2
- "cmake_variants" : [
3
- {"name" : " generator" ,
4
- "generators" : [
5
- {"generator" : [
6
- " Visual Studio 6" ,
7
- " Visual Studio 7" ,
8
- " Visual Studio 8 2005"
9
- ]
10
- }
11
- ]
12
- },
13
- {"name" : " shared_dll" ,
14
- "variables" : [
15
- [" BUILD_SHARED_LIBS=true" ],
16
- [" BUILD_SHARED_LIBS=false" ]
17
- ]
18
- },
19
- {"name" : " build_type" ,
20
- "build_types" : [
21
- " debug" ,
22
- " release"
23
- ]
24
- }
25
- ]
26
- }
1
+ {
2
+ "cmake_variants" : [
3
+ {"name" : " generator" ,
4
+ "generators" : [
5
+ {"generator" : [
6
+ " Visual Studio 6" ,
7
+ " Visual Studio 7" ,
8
+ " Visual Studio 8 2005"
9
+ ]
10
+ }
11
+ ]
12
+ },
13
+ {"name" : " shared_dll" ,
14
+ "variables" : [
15
+ [" BUILD_SHARED_LIBS=true" ],
16
+ [" BUILD_SHARED_LIBS=false" ]
17
+ ]
18
+ },
19
+ {"name" : " build_type" ,
20
+ "build_types" : [
21
+ " debug" ,
22
+ " release"
23
+ ]
24
+ }
25
+ ]
26
+ }
You can’t perform that action at this time.
0 commit comments