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

vtkImagingSources: update to the new module system

parent 9cb84944
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkImageCanvasSource2D.cxx
vtkImageEllipsoidSource.cxx
vtkImageGaussianSource.cxx
vtkImageGridSource.cxx
vtkImageMandelbrotSource.cxx
vtkImageNoiseSource.cxx
vtkImageSinusoidSource.cxx
)
set(classes
vtkImageCanvasSource2D
vtkImageEllipsoidSource
vtkImageGaussianSource
vtkImageGridSource
vtkImageMandelbrotSource
vtkImageNoiseSource
vtkImageSinusoidSource)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingSources
CLASSES ${classes})
vtk_module(vtkImagingSources
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkImagingCore
)
\ No newline at end of file
NAME
VTK::ImagingSources
LIBRARY_NAME
vtkImagingSources
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