File tree 2 files changed +9
-20
lines changed
2 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 6
6
"description" : " Base Build Configuration" ,
7
7
"binaryDir" : " ${sourceDir}/out/build/${presetName}" ,
8
8
"installDir" : " ${sourceDir}/out/install/${presetName}" ,
9
+ "generator" : " Ninja" ,
10
+ "cacheVariables" : {
11
+ "VCPKG_OVERLAY_TRIPLETS" : " ${sourceDir}/build-scripts"
12
+ },
9
13
"hidden" : true
10
14
},
11
15
{
23
27
"inherits" : [ " windows" ],
24
28
"description" : " Visual C++ Configuration" ,
25
29
"toolchainFile" : " ${sourceDir}/build-scripts/MSVC.cmake" ,
26
- "generator" : " Ninja" ,
27
30
"hidden" : true
28
31
},
29
32
{
48
51
"LOCALIZE" : " True" ,
49
52
"TILES" : " True"
50
53
}
51
- },
52
- {
53
- "name" : " x64-debug" ,
54
- "inherits" : [ " x64-windows-static" ],
55
- "displayName" : " x64 Debug" ,
56
- "description" : " Target Windows (64-bit) with the Visual Studio development environment. (Debug)" ,
57
- "cacheVariables" : {
58
- "CMAKE_PROJECT_INCLUDE_BEFORE" : " ${sourceDir}/build-scripts/FindVCPKG.cmake" ,
59
- "CMAKE_BUILD_TYPE" : " Debug" ,
60
- "CURSES" : " False" ,
61
- "LOCALIZE" : " False" ,
62
- "TILES" : " True"
63
- }
64
- }
65
- ],
66
- "buildPresets" : [
67
- {
68
- "name" : " x64-debug" ,
69
- "configurePreset" : " x64-debug"
70
54
}
71
55
]
72
56
}
Original file line number Diff line number Diff line change
1
+ set (VCPKG_TARGET_ARCHITECTURE x64)
2
+ set (VCPKG_CRT_LINKAGE static )
3
+ set (VCPKG_LIBRARY_LINKAGE static )
4
+
5
+ set (VCPKG_BUILD_TYPE release)
You can’t perform that action at this time.
0 commit comments