diff --git a/libgeotiff/bin/CMakeLists.txt b/libgeotiff/bin/CMakeLists.txt index 87957b1..9ce8cf5 100644 --- a/libgeotiff/bin/CMakeLists.txt +++ b/libgeotiff/bin/CMakeLists.txt @@ -31,6 +31,7 @@ TARGET_LINK_LIBRARIES(geotifcp ${GEOTIFF_LIBRARY_TARGET} ${JPEG_LIBRARIES} ${ZLIB_LIBRARIES}) +target_include_directories(geotifcp PRIVATE $) SET(GEOTIFF_UTILITIES ${GEOTIFF_UTILITIES} geotifcp )