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

vtkImagingMath: update to the new module system

parent 2abf7bd3
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkImageDivergence.cxx
vtkImageDotProduct.cxx
vtkImageLogarithmicScale.cxx
vtkImageLogic.cxx
vtkImageMagnitude.cxx
vtkImageMaskBits.cxx
vtkImageMathematics.cxx
vtkImageWeightedSum.cxx
)
set(classes
vtkImageDivergence
vtkImageDotProduct
vtkImageLogarithmicScale
vtkImageLogic
vtkImageMagnitude
vtkImageMaskBits
vtkImageMathematics
vtkImageWeightedSum)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingMath
CLASSES ${classes})
vtk_module(vtkImagingMath
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
)
\ No newline at end of file
NAME
VTK::ImagingMath
LIBRARY_NAME
vtkImagingMath
KIT
VTK::Imaging
GROUPS
Imaging
StandAlone
DEPENDS
VTK::CommonExecutionModel
PRIVATE_DEPENDS
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