diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-11-17 10:59:21 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-11-17 10:59:21 +0000 |
| commit | 3afd3b1afd711fff415f4cb0eebd9a015abaa1d8 (patch) | |
| tree | cd3c8e7d2f99f9707881fca9dd6612864aae9a06 /codec | |
| parent | 223a39b51e24c3efe565c4c3276bcbd8c3d4db4d (diff) | |
install man pages by default. install CHANGES and LICENSE
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 |
