0086356
9ada1c0
1a4540d
1
2 3 4
5
add_library(common INTERFACE) target_include_directories(common INTERFACE .) find_package(Boost REQUIRED) target_link_libraries(common INTERFACE Boost::boost)