]> granicus.if.org Git - openjpeg/commitdiff
[trunk] Fix missing link to zlib
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 15 Oct 2012 08:13:27 +0000 (08:13 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 15 Oct 2012 08:13:27 +0000 (08:13 +0000)
src/bin/jpip/CMakeLists.txt

index 09d6f98ceed045ae5413de1dafade716d49a4bfb..6264645ac8212a90cf2c8e312b15a0d52c5770f9 100644 (file)
@@ -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)