Skip to content
  • Ben Boeckel's avatar
    modules: add modules to "kits" · e5203447
    Ben Boeckel authored
    The main kits are:
    
        vtkCommon
        vtkFilters
        vtkIO
        vtkImaging
        vtkInteraction
        vtkOpenGL (required due to a dependency cycle from
                   vtkRenderingOpenGL on vtkImagingHybrid)
        vtkParallel
        vtkRendering
        vtkViews
        vtkWrapping
    
    Modules which deal with a specialization of another module belong to the
    kit related to the specialization (i.e., FiltersParallel and
    IOParallelXML both belong to the vtkParallel kit) to avoid circular
    dependencies that arise when put into the same kit as the "lesser"
    module.
    
    Change-Id: Icae0baa78d62cc0dcce84546541df600d4f311dd
    e5203447