lcmsΒΆ

hunter_add_package(lcms)
find_package(lcms CONFIG REQUIRED)

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