add_gdal_driver(
  TARGET gdal_MRR
  SOURCES MRRSDKImpl.cpp 
	  MRRRasterBand.cpp 
	  MRRDataset.cpp
          PLUGIN_CAPABLE
          NO_DEPS)
gdal_standard_includes(gdal_MRR)
target_include_directories(
  gdal_MRR PRIVATE ${GDAL_RASTER_FORMAT_SOURCE_DIR}/mrr)