SDL_imageΒΆ

hunter_add_package(SDL_image)
find_package(SDL_image CONFIG REQUIRED)
#...
target_link_libraries(main
    SDL_image::SDL_image)