mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 17:56:28 +00:00
9 lines
326 B
CMake
9 lines
326 B
CMake
# Same as the official arm64-windows-static triplet
|
|
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
|
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 v145)
|