We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdee52d commit 928489cCopy full SHA for 928489c
CMakePresets.json
@@ -3,14 +3,17 @@
3
"configurePresets": [
4
{
5
"name": "ci-windows",
6
+ "displayName": "CI Build for Windows",
7
+ "description": "Build preset for GitHub Actions on Windows",
8
"generator": "Visual Studio 17 2022",
9
"binaryDir": "${sourceDir}/out/build/${presetName}",
10
"architecture": "x64",
11
"cacheVariables": {
- "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
12
+ "CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
13
}
14
15
]
16
17
18
19
+
0 commit comments