icu-lxΒΆ

This library is part of the ICU project and separated from the main ICU package to break a circular dependency (see documentation):

hunter_add_package(icu-lx)
find_package(icu-lx CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC ICU::lx)