aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-modular-build-helper/usage
blob: 89a0376daddec374ec8253c50a08d98e3777a033 (plain)
1
2
3
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> ...)