diff options
Diffstat (limited to 'vcpkg/ports/boost-cmake/usage')
| -rw-r--r-- | vcpkg/ports/boost-cmake/usage | 4 |
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> ...)
|