MITK_CREATE_MODULE(DataCollection #<-- module name
  INCLUDE_DIRS DataHolder ReaderWriter Iterators Utilities#<-- sub-folders of module
  INTERNAL_INCLUDE_DIRS ${INCLUDE_DIRS_INTERNAL}
  DEPENDS MitkCore # MitkLegacyIO #<-- modules on which your module depends on
  PACKAGE_DEPENDS Qt5|Core Eigen
)

if(BUILD_TESTING)
 ADD_SUBDIRECTORY(Testing)
endif()
