Skip to content
Snippets Groups Projects
Commit 85a0a6fe authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Rendering/Volume: install `vtkBlockSortHelper`

Used within ParaView.
parent 0121f213
No related branches found
No related tags found
No related merge requests found
## missing headers
Headers that were treated as private but should have been public are now
installed.
- `vtkBlockSortHelper.h` from `VTK::RenderingVolume`
......@@ -34,6 +34,10 @@ set(classes
vtkVolumePicker
vtkVolumeRayCastSpaceLeapingImageFilter)
set(headers
vtkBlockSortHelper.h)
vtk_module_add_module(VTK::RenderingVolume
CLASSES ${classes})
CLASSES ${classes}
HEADERS ${headers})
vtk_add_test_mangling(VTK::RenderingVolume)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment