[trunk] Fix missing link to zlib

This commit is contained in:
Mathieu Malaterre 2012-10-15 08:13:27 +00:00
parent 3416c6d91b
commit a40fc41988
1 changed files with 1 additions and 1 deletions

View 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)