Skip to content

Prefer target_include_directories

When libtiff is included in a super project via a simple add_subdirectory(libtiff), this way the tiff library target has all the necessary information to build against it.

Note: The BUILD_INTERFACE generator expression feature requires at least CMake v2.8.11 if I'm correct.

Merge request reports