Need to include png/tiff include path
This commit is contained in:
parent
3479749499
commit
f6ed93253b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue