0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-17 13:48:12 +08:00
vcpkg/triplets/community/x86-windows-static.cmake

3 lines
98 B
CMake
Raw Normal View History

set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)