# Distributed under the GDAL/OGR MIT style License. See accompanying # file LICENSE.TXT. #[=======================================================================[.rst: GdalStandardIncludes -------------------- #]=======================================================================] function(gdal_standard_includes _TARGET) target_include_directories(${_TARGET} PRIVATE $ $ $ $ $ # port $ $ $ # ogr/ogrsf_frmts $ # frmts ) endfunction()