diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 08:13:27 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 08:13:27 +0000 |
| commit | a40fc419887266a1107be85efc3e9484fa18ea8d (patch) | |
| tree | 65b0c3185e75e51eacbffe7454517e99dca82cae /src | |
| parent | 3416c6d91b8f1258b57451936ab11761ec9b37d1 (diff) | |
[trunk] Fix missing link to zlib
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jpip/CMakeLists.txt | 2 |
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) |
