UnitsΒΆ

hunter_add_package(units)
find_package(units CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC units::units)