We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2493e55 commit c898f56Copy full SHA for c898f56
src/CMakeLists.txt
@@ -137,7 +137,7 @@ generate_export_header(exiv2lib
137
138
if( EXIV2_ENABLE_PNG )
139
set(PUBLIC_HEADERS ${PUBLIC_HEADERS} ../include/exiv2/pngimage.hpp)
140
- target_sources(exiv2lib_int PRIVATE pngchunk_int.cpp)
+ target_sources(exiv2lib_int PRIVATE pngchunk_int.cpp pngchunk_int.hpp)
141
target_sources(exiv2lib PRIVATE pngimage.cpp ../include/exiv2/pngimage.hpp)
142
endif()
143
0 commit comments