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

vtkFiltersTexture: update to the new module system

parent 6c1b32d3
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkTextureMapToCylinder.cxx
vtkTextureMapToPlane.cxx
vtkTextureMapToSphere.cxx
vtkImplicitTextureCoords.cxx
vtkThresholdTextureCoords.cxx
vtkTransformTextureCoords.cxx
vtkTriangularTCoords.cxx
vtkScalarsToTextureFilter.cxx
)
set(classes
vtkImplicitTextureCoords
vtkScalarsToTextureFilter
vtkTextureMapToCylinder
vtkTextureMapToPlane
vtkTextureMapToSphere
vtkThresholdTextureCoords
vtkTransformTextureCoords
vtkTriangularTCoords)
vtk_module_library(vtkFiltersTexture ${Module_SRCS})
vtk_module_add_module(VTK::FiltersTexture
CLASSES ${classes})
if (VTK_WRAP_PYTHON)
vtk_module_test_data(
Data/bluntfinq.bin
Data/bluntfinxyz.bin
Data/earth.ppm
Data/masonry.bmp
Data/texThres2.vtk)
add_subdirectory(Python)
endif ()
vtk_module(vtkFiltersTexture
GROUPS
StandAlone
TEST_DEPENDS
vtkImagingCore
vtkIOGeometry
vtkIOXML
vtkRenderingCore
vtkRenderingOpenGL2
vtkTestingCore
vtkTestingRendering
KIT
vtkFilters
DEPENDS
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonTransforms
vtkFiltersGeneral
)
NAME
VTK::FiltersTexture
LIBRARY_NAME
vtkFiltersTexture
KIT
VTK::Filters
GROUPS
StandAlone
DEPENDS
VTK::CommonExecutionModel
PRIVATE_DEPENDS
VTK::CommonCore
VTK::CommonDataModel
VTK::CommonTransforms
VTK::FiltersGeneral
TEST_DEPENDS
VTK::IOGeometry
VTK::IOXML
VTK::ImagingCore
VTK::RenderingCore
VTK::RenderingOpenGL2
VTK::TestingCore
VTK::TestingRendering
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment