aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-modular-build-helper/usage
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-11-14 05:38:59 +0800
committerGitHub <noreply@github.com>2020-11-13 13:38:59 -0800
commit4073d297e1b07b4ccbadd053680327bd13afd3d0 (patch)
tree966334dd91b482570cadd83ab697050fe13b6e8c /ports/boost-modular-build-helper/usage
parent9ee052937cdb14dd0150828306b22784cb122162 (diff)
downloadvcpkg-4073d297e1b07b4ccbadd053680327bd13afd3d0.tar.gz
vcpkg-4073d297e1b07b4ccbadd053680327bd13afd3d0.zip
[boost] Install usage file (#14517)
* [boost] Install usage file * Switch to target style Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/boost-modular-build-helper/usage')
-rw-r--r--ports/boost-modular-build-helper/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/boost-modular-build-helper/usage b/ports/boost-modular-build-helper/usage
new file mode 100644
index 000000000..89a0376da
--- /dev/null
+++ b/ports/boost-modular-build-helper/usage
@@ -0,0 +1,4 @@
+The package boost is compatible with built-in CMake targets:
+
+ find_package(Boost REQUIRED [COMPONENTS <libs>...])
+ target_link_libraries(main PRIVATE Boost::boost Boost::<lib1> Boost::<lib2> ...)