diff options
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt index e24ac470..4a9d63df 100644 --- a/codec/CMakeLists.txt +++ b/codec/CMakeLists.txt @@ -56,6 +56,14 @@ FOREACH(exe j2k_to_image image_to_j2k j2k_dump) ) ENDFOREACH(exe) +# Install man pages +INSTALL( + FILES ../doc/man/man1/image_to_j2k.1 + ../doc/man/man1/j2k_dump.1 + ../doc/man/man1/j2k_to_image.1 + DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man1) +# + if(BUILD_TESTING) # Do testing here, once we know the examples are being built: FILE(GLOB_RECURSE OPENJPEG_DATA_IMAGES_GLOB |
