1 2 3 4
find_package(Boost REQUIRED) add_library(common INTERFACE) target_link_libraries(common INTERFACE Boost::boost)