mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 01:04:40 +00:00
9 lines
314 B
CMake
9 lines
314 B
CMake
# Same as the official x64-windows-static triplet
|
|
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
set(VCPKG_CRT_LINKAGE static)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
|
|
# ...but with explicit platform toolset, so that future toolsets
|
|
# aren't automatically picked up (it defaults to the latest one).
|
|
set(VCPKG_PLATFORM_TOOLSET v143)
|