diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-23 19:33:19 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-23 19:33:19 -0700 |
| commit | f703f60bd0064c3aeb116982812a3745817d30fe (patch) | |
| tree | 0fd680761435ca105306314f768db23f8431cebe /triplets/x64-linux.cmake | |
| parent | a11086e3b9d560d3b73de91175c57db658e39809 (diff) | |
| download | vcpkg-f703f60bd0064c3aeb116982812a3745817d30fe.tar.gz vcpkg-f703f60bd0064c3aeb116982812a3745817d30fe.zip | |
Add triplets for x64-linux and x64-osx
Diffstat (limited to 'triplets/x64-linux.cmake')
| -rw-r--r-- | triplets/x64-linux.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triplets/x64-linux.cmake b/triplets/x64-linux.cmake new file mode 100644 index 000000000..519618463 --- /dev/null +++ b/triplets/x64-linux.cmake @@ -0,0 +1,5 @@ +set(VCPKG_TARGET_ARCHITECTURE x64) +set(VCPKG_CRT_LINKAGE dynamic) +set(VCPKG_LIBRARY_LINKAGE static) + +set(VCPKG_CMAKE_SYSTEM_NAME Linux) |
