Skip to content
Snippets Groups Projects
Commit af0380b1 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit Committed by Ben Boeckel
Browse files

vtkImagingStencil: update to the new module system

parent 809ac3ee
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkImageStencil.cxx
vtkImageStencilToImage.cxx
vtkImageToImageStencil.cxx
vtkImplicitFunctionToImageStencil.cxx
vtkLassoStencilSource.cxx
vtkPolyDataToImageStencil.cxx
vtkROIStencilSource.cxx
)
set(classes
vtkImageStencil
vtkImageStencilToImage
vtkImageToImageStencil
vtkImplicitFunctionToImageStencil
vtkLassoStencilSource
vtkPolyDataToImageStencil
vtkROIStencilSource)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingStencil
CLASSES ${classes})
vtk_module(vtkImagingStencil
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonExecutionModel
vtkImagingCore
PRIVATE_DEPENDS
vtkCommonComputationalGeometry
vtkCommonCore
vtkCommonDataModel
)
\ No newline at end of file
NAME
VTK::ImagingStencil
LIBRARY_NAME
vtkImagingStencil
KIT
VTK::Imaging
GROUPS
Imaging
StandAlone
DEPENDS
VTK::CommonExecutionModel
VTK::ImagingCore
PRIVATE_DEPENDS
VTK::CommonComputationalGeometry
VTK::CommonCore
VTK::CommonDataModel
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