diff options
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( |
