yuzu/externals/vcpkg/triplets/community/x86-windows-static.cmake

3 lines
98 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)