Need to include png/tiff include path

This commit is contained in:
Mathieu Malaterre 2010-07-01 17:33:51 +00:00
parent 3479749499
commit f6ed93253b
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ ENDIF(NOT BUILD_SHARED_LIBS)
FIND_PACKAGE(TIFF REQUIRED)
FIND_PACKAGE(PNG REQUIRED)
INCLUDE_DIRECTORIES( ${PNG_INCLUDE_DIR} )
INCLUDE_DIRECTORIES( ${TIFF_INCLUDE_DIR} )
# Loop over all executables:
FOREACH(exe j2k_to_image image_to_j2k j2k_dump)