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

vtkImagingStatistics: update to the new module system

parent 54e77131
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkImageAccumulate.cxx
vtkImageHistogram.cxx
vtkImageHistogramStatistics.cxx
)
set(classes
vtkImageAccumulate
vtkImageHistogram
vtkImageHistogramStatistics)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingStatistics
CLASSES ${classes})
vtk_module(vtkImagingStatistics
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkImagingCore
)
\ No newline at end of file
NAME
VTK::ImagingStatistics
LIBRARY_NAME
vtkImagingStatistics
KIT
VTK::Imaging
GROUPS
Imaging
StandAlone
DEPENDS
VTK::CommonExecutionModel
PRIVATE_DEPENDS
VTK::CommonCore
VTK::CommonDataModel
VTK::ImagingCore
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