From c898f56ab28dae5b803aa74ebdf9efa6cc8192dd Mon Sep 17 00:00:00 2001 From: Luis Diaz Date: Thu, 6 Jan 2022 16:29:23 +0100 Subject: [PATCH] cmake: Add missing source file --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ea5ea353..567b2f9a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -137,7 +137,7 @@ generate_export_header(exiv2lib if( EXIV2_ENABLE_PNG ) set(PUBLIC_HEADERS ${PUBLIC_HEADERS} ../include/exiv2/pngimage.hpp) - target_sources(exiv2lib_int PRIVATE pngchunk_int.cpp) + target_sources(exiv2lib_int PRIVATE pngchunk_int.cpp pngchunk_int.hpp) target_sources(exiv2lib PRIVATE pngimage.cpp ../include/exiv2/pngimage.hpp) endif()