summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/jpip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
index 09d6f98c..6264645a 100644
--- a/src/bin/jpip/CMakeLists.txt
+++ b/src/bin/jpip/CMakeLists.txt
@@ -55,7 +55,7 @@ foreach(exe ${EXES})
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/convert.c
)
target_link_libraries(${exe}
- ${PNG_LIBNAME} ${TIFF_LIBNAME} ${LCMS_LIBNAME}
+ ${PNG_LIBNAME} ${TIFF_LIBNAME} ${LCMS_LIBNAME} ${Z_LIBNAME}
)
else()
add_executable(${exe} ${exe}.c)