summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-07-14 23:51:02 +0200
committermayeut <mayeut@users.noreply.github.com>2015-07-14 23:51:02 +0200
commitac9fb5a302c3f53d7bbce8e62c142ce275f8027d (patch)
tree043ed5fe551c95ae5e8f4e6ff4befcffffbb2ca3 /tests/CMakeLists.txt
parent0b1f8eb6f72c2a6c741d896c7038b9fff4a2d02d (diff)
Update tiftoimage to support more input TIF formats
Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 64f63e83..ee39de8e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
# First thing define the common source:
set(compare_images_SRCS compare_images.c
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/convert.c
+ ${OPENJPEG_SOURCE_DIR}/src/bin/jp2/converttif.c
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
)