summaryrefslogtreecommitdiff
path: root/src/bin/jpip/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/jpip/CMakeLists.txt')
-rw-r--r--src/bin/jpip/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
index 6264645a..0ba6fa2f 100644
--- a/src/bin/jpip/CMakeLists.txt
+++ b/src/bin/jpip/CMakeLists.txt
@@ -50,6 +50,11 @@ set(EXES
)
foreach(exe ${EXES})
if(${exe} STREQUAL "opj_jpip_compress")
+ include_directories(
+ ${Z_INCLUDE_DIRNAME}
+ ${PNG_INCLUDE_DIRNAME}
+ ${TIFF_INCLUDE_DIRNAME}
+ )
add_executable(${exe} ${exe}.c
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/convert.c