aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-cmake/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/boost-cmake/usage')
-rw-r--r--vcpkg/ports/boost-cmake/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-cmake/usage b/vcpkg/ports/boost-cmake/usage
new file mode 100644
index 0000000..d246f42
--- /dev/null
+++ b/vcpkg/ports/boost-cmake/usage
@@ -0,0 +1,4 @@
+All boost packages are compatible with built-in CMake targets of FindBoost.cmake:
+
+ find_package(Boost REQUIRED [COMPONENTS <libs>...])
+ target_link_libraries(main PRIVATE Boost::boost Boost::<lib1> Boost::<lib2> ...)