From 38254be55eb6276cb8d8f8de7279a40d9e8ed932 Mon Sep 17 00:00:00 2001 From: Luis Diaz Date: Thu, 17 Feb 2022 08:53:44 +0100 Subject: [PATCH] Install new image_types.h header --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b871acc8..9d601cbc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -59,6 +59,7 @@ set(PUBLIC_HEADERS ../include/exiv2/gifimage.hpp ../include/exiv2/http.hpp ../include/exiv2/image.hpp + ../include/exiv2/image_types.hpp ../include/exiv2/ini.hpp ../include/exiv2/iptc.hpp ../include/exiv2/jp2image.hpp