Skip to content

Commit

Permalink
Add missing file, remove unused exrbuild tool cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Jul 17, 2019
1 parent df41027 commit 9a1ca75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion OpenEXR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ endif()
##########################
if(OPENEXR_BUILD_UTILS)
add_subdirectory( exr2aces )
add_subdirectory( exrbuild )
add_subdirectory( exrheader )
add_subdirectory( exrmaketiled )
add_subdirectory( exrstdattr )
Expand Down
12 changes: 12 additions & 0 deletions OpenEXR/doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

install(
FILES
TechnicalIntroduction.pdf
ReadingAndWritingImageFiles.pdf
OpenEXRFileLayout.pdf
MultiViewOpenEXR.pdf
InterpretingDeepPixels.pdf
TheoryDeepPixels.pdf
DESTINATION
${CMAKE_INSTALL_DOCDIR}
)
4 changes: 0 additions & 4 deletions OpenEXR/exrbuild/CMakeLists.txt

This file was deleted.

0 comments on commit 9a1ca75

Please sign in to comment.