rangΒΆ

hunter_add_package(rang)
find_package(rang CONFIG REQUIRED)

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