Skip to content

Commit

Permalink
Add ImfMisc.h and ImfCompressor.h as installed headers (#1483)
Browse files Browse the repository at this point in the history
I tried compiling the source to ``exrheader`` against an installation
of OpenEXR and it failed because it includes ``ImfMisc.h`` and
``ImfCompressor.h``, which were not included in the list of installed
headers.

It seems that code should be buildable by the public API, so those
headers should, in fact, be distributed.

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Jul 10, 2023
1 parent c9b6b73 commit 2e27f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/OpenEXR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ openexr_define_library(OpenEXR
ImfCompositeDeepScanLine.h
ImfCompression.h
ImfCompressionAttribute.h
ImfCompressor.h
ImfConvert.h
ImfCRgbaFile.h
ImfDeepCompositing.h
Expand Down Expand Up @@ -174,6 +175,7 @@ openexr_define_library(OpenEXR
ImfLineOrderAttribute.h
ImfLut.h
ImfMatrixAttribute.h
ImfMisc.h
ImfMultiPartInputFile.h
ImfMultiPartOutputFile.h
ImfMultiView.h
Expand Down

0 comments on commit 2e27f41

Please sign in to comment.