[trunk] Fix missing link to zlib
This commit is contained in:
parent
3416c6d91b
commit
a40fc41988
|
@ -55,7 +55,7 @@ foreach(exe ${EXES})
|
||||||
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/convert.c
|
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/convert.c
|
||||||
)
|
)
|
||||||
target_link_libraries(${exe}
|
target_link_libraries(${exe}
|
||||||
${PNG_LIBNAME} ${TIFF_LIBNAME} ${LCMS_LIBNAME}
|
${PNG_LIBNAME} ${TIFF_LIBNAME} ${LCMS_LIBNAME} ${Z_LIBNAME}
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_executable(${exe} ${exe}.c)
|
add_executable(${exe} ${exe}.c)
|
||||||
|
|
Loading…
Reference in New Issue