diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-14 23:51:02 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-14 23:51:02 +0200 |
| commit | ac9fb5a302c3f53d7bbce8e62c142ce275f8027d (patch) | |
| tree | 043ed5fe551c95ae5e8f4e6ff4befcffffbb2ca3 /src/bin/jp2/CMakeLists.txt | |
| parent | 0b1f8eb6f72c2a6c741d896c7038b9fff4a2d02d (diff) | |
Update tiftoimage to support more input TIF formats
Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264
Diffstat (limited to 'src/bin/jp2/CMakeLists.txt')
| -rw-r--r-- | src/bin/jp2/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt index 4cf4aecf..95d1430d 100644 --- a/src/bin/jp2/CMakeLists.txt +++ b/src/bin/jp2/CMakeLists.txt @@ -8,6 +8,10 @@ set(common_SRCS ${OPENJPEG_SOURCE_DIR}/src/bin/common/color.c ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c ) + +if(OPJ_HAVE_LIBTIFF) + list(APPEND common_SRCS converttif.c) +endif() # Headers file are located here: include_directories( |
