Document vtkm_filter

This commit is contained in:
Robert Maynard 2019-03-05 15:46:05 -05:00
parent 48dc6509f8
commit 508a704d60
2 changed files with 6 additions and 0 deletions

@ -24,6 +24,8 @@
#
# vtkm_rendering Target that contains all the rendering code
#
# vtkm_filter Target that contains all of VTK-m filters
#
# vtkm::tbb Target that contains tbb related link information
# implicitly linked to by `vtkm_cont` if tbb is enabled
#

@ -0,0 +1,4 @@
# VTK-m provides a vtkm_filter target
VTK-m now provides a `vtkm_filter` that contains pre-built components
of filters for consuming projects.