aboutsummaryrefslogtreecommitdiff
path: root/docs/users/triplets.md
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-07 17:08:13 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-07 17:08:30 -0700
commitb90dbbc928d5880de690392f431d12321b337481 (patch)
tree7c67f07ba708f0f9fb6db0483d7a018a40cf94a2 /docs/users/triplets.md
parent357db2295892fa49c351bd1eb31cefcfc283fda0 (diff)
downloadvcpkg-b90dbbc928d5880de690392f431d12321b337481.tar.gz
vcpkg-b90dbbc928d5880de690392f431d12321b337481.zip
[vcpkg-docs] Document how to change the deduced triplet for cmake and msbuild.
Fixes #1185.
Diffstat (limited to 'docs/users/triplets.md')
-rw-r--r--docs/users/triplets.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users/triplets.md b/docs/users/triplets.md
index 2b0971da3..06f77e63f 100644
--- a/docs/users/triplets.md
+++ b/docs/users/triplets.md
@@ -6,6 +6,8 @@ In Vcpkg, we use triplets to describe self-consistent builds of library sets. Th
We currently provide many triplets by default (run `vcpkg help triplet`). However, you can easily add your own by creating a new file in the `triplets\` directory. The new triplet will immediately be available for use in commands, such as `vcpkg install boost:x86-windows-custom`.
+To change the triplet used by your project, such as to enable static linking, see our [Integration Document](integration.md#triplet-selection).
+
## Variables
### VCPKG_TARGET_ARCHITECTURE
Specifies the target machine architecture.