diff options
| author | eao197 <eao197@gmail.com> | 2018-04-24 11:46:00 +0300 |
|---|---|---|
| committer | eao197 <eao197@gmail.com> | 2018-04-24 11:46:00 +0300 |
| commit | 34257a50ceda0bfa05e59b532f71223b70f39d52 (patch) | |
| tree | 6dfff9ccf2dc8f26ed4c96e13c4afdd7a33f0767 /triplets | |
| parent | 4550e44e7a451ffec9160f74ea9856db40bfa47e (diff) | |
| parent | f703f60bd0064c3aeb116982812a3745817d30fe (diff) | |
| download | vcpkg-34257a50ceda0bfa05e59b532f71223b70f39d52.tar.gz vcpkg-34257a50ceda0bfa05e59b532f71223b70f39d52.zip | |
Merge https://github.com/Microsoft/vcpkg
Diffstat (limited to 'triplets')
| -rw-r--r-- | triplets/x64-linux.cmake | 5 | ||||
| -rw-r--r-- | triplets/x64-osx.cmake | 5 |
2 files changed, 10 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) diff --git a/triplets/x64-osx.cmake b/triplets/x64-osx.cmake new file mode 100644 index 000000000..af3a8c348 --- /dev/null +++ b/triplets/x64-osx.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 Darwin) |
