aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vcpkg-boost/usage.in
blob: 929ed243b044b3487976b90c11098c2359bd881f (plain)
1
2
3
4
5
6
7
8
9
The package @PORT@ is compatible with built-in CMake targets of FindBoost.cmake:

    find_package(Boost REQUIRED COMPONENTS @BOOST_PORT_NAME@)
    target_link_libraries(main PRIVATE Boost::@BOOST_PORT_NAME@)

or the generated cmake configs via:

    find_package(@PORT_UNDERSCORE@ REQUIRED CONFIG)
    target_link_libraries(main PRIVATE Boost::@BOOST_PORT_NAME@)