diff options
Diffstat (limited to 'triplets')
| -rw-r--r-- | triplets/community/x86-windows-v120.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triplets/community/x86-windows-v120.cmake b/triplets/community/x86-windows-v120.cmake new file mode 100644 index 000000000..9cc6c315e --- /dev/null +++ b/triplets/community/x86-windows-v120.cmake @@ -0,0 +1,5 @@ +set(VCPKG_TARGET_ARCHITECTURE x86)
+set(VCPKG_CRT_LINKAGE dynamic)
+set(VCPKG_LIBRARY_LINKAGE dynamic)
+set(VCPKG_PLATFORM_TOOLSET "v120")
+set(VCPKG_DEP_INFO_OVERRIDE_VARS "v120")
\ No newline at end of file |
