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

vtkImagingHybrid: update to the new module system

parent 7c0d5973
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkBooleanTexture.cxx
vtkCheckerboardSplatter.cxx
vtkFastSplatter.cxx
vtkGaussianSplatter.cxx
vtkImageCursor3D.cxx
vtkImageRectilinearWipe.cxx
vtkImageToPoints.cxx
vtkPointLoad.cxx
vtkSampleFunction.cxx
vtkShepardMethod.cxx
vtkSliceCubes.cxx
vtkSurfaceReconstructionFilter.cxx
vtkTriangularTexture.cxx
vtkVoxelModeller.cxx
)
set(classes
vtkBooleanTexture
vtkCheckerboardSplatter
vtkFastSplatter
vtkGaussianSplatter
vtkImageCursor3D
vtkImageRectilinearWipe
vtkImageToPoints
vtkPointLoad
vtkSampleFunction
vtkShepardMethod
vtkSliceCubes
vtkSurfaceReconstructionFilter
vtkTriangularTexture
vtkVoxelModeller)
vtk_module_library(${vtk-module} ${Module_SRCS})
vtk_module_add_module(VTK::ImagingHybrid
CLASSES ${classes})
vtk_module_test_data(
Data/headsq/,REGEX:.*)
add_subdirectory(Cxx)
if (VTK_WRAP_PYTHON)
......
vtk_module(vtkImagingHybrid
GROUPS
Imaging
StandAlone
TEST_DEPENDS
vtkTestingCore
vtkCommonCore
vtkCommonDataModel
vtkImagingStencil
vtkRenderingOpenGL2
vtkTestingRendering
vtkInteractionStyle
DEPENDS
vtkCommonCore
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonDataModel
vtkIOImage
vtkImagingCore
)
NAME
VTK::ImagingHybrid
LIBRARY_NAME
vtkImagingHybrid
GROUPS
Imaging
StandAlone
DEPENDS
VTK::CommonCore
VTK::CommonExecutionModel
PRIVATE_DEPENDS
VTK::CommonDataModel
VTK::IOImage
VTK::ImagingCore
TEST_DEPENDS
VTK::CommonCore
VTK::CommonDataModel
VTK::FiltersSources
VTK::IOImage
VTK::ImagingStencil
VTK::InteractionStyle
VTK::RenderingOpenGL2
VTK::TestingCore
VTK::TestingRendering
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