Skip to content

Commit 7042920

Browse files
committed
Add windows-specific preset for static-md linking
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 3438153 commit 7042920

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakePresets.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"cacheVariables": {
88
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
99
}
10+
},
11+
{
12+
"name": "vcpkg-windows",
13+
"inherits": "vcpkg",
14+
"cacheVariables": {
15+
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md"
16+
}
1017
}
1118
]
1219
}

0 commit comments

Comments
 (0)