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

Filters/Core: add `vtk3DLinearGridInternal.h` to the source list

parent b216e47b
No related branches found
No related tags found
No related merge requests found
......@@ -125,9 +125,10 @@ set(classes
vtkVoronoi2D
vtkWindowedSincPolyDataFilter)
set(headers
vtk3DLinearGridInternal.h)
set(private_headers
vtk3DLinearGridInternal.h)
vtk_module_add_module(VTK::FiltersCore
CLASSES ${classes})
CLASSES ${classes}
PRIVATE_HEADERS ${private_headers})
vtk_add_test_mangling(VTK::FiltersCore)
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