diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-11-14 05:38:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 13:38:59 -0800 |
| commit | 4073d297e1b07b4ccbadd053680327bd13afd3d0 (patch) | |
| tree | 966334dd91b482570cadd83ab697050fe13b6e8c /ports/boost-modular-build-helper/usage | |
| parent | 9ee052937cdb14dd0150828306b22784cb122162 (diff) | |
| download | vcpkg-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/usage | 4 |
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> ...)
|
