utf8ΒΆ

hunter_add_package(utf8)
find_package(utf8cpp CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC utf8cpp)