JpegΒΆ

hunter_add_package(Jpeg)
find_package(JPEG CONFIG REQUIRED)

add_executable(foo foo.cpp)
target_link_libraries(foo PUBLIC JPEG::jpeg)