diff options
Diffstat (limited to 'vcpkg/triplets/community/x86-windows-static.cmake')
| -rw-r--r-- | vcpkg/triplets/community/x86-windows-static.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcpkg/triplets/community/x86-windows-static.cmake b/vcpkg/triplets/community/x86-windows-static.cmake new file mode 100644 index 0000000..c855f0c --- /dev/null +++ b/vcpkg/triplets/community/x86-windows-static.cmake @@ -0,0 +1,3 @@ +set(VCPKG_TARGET_ARCHITECTURE x86) +set(VCPKG_CRT_LINKAGE static) +set(VCPKG_LIBRARY_LINKAGE static)
\ No newline at end of file |