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

vtkInfovisCore: update to the new module system

parent f1373d89
No related branches found
No related tags found
No related merge requests found
set(Module_SRCS
vtkAddMembershipArray.cxx
vtkAdjacencyMatrixToEdgeTable.cxx
vtkArrayNorm.cxx
vtkArrayToTable.cxx
vtkCollapseGraph.cxx
vtkCollapseVerticesByArray.cxx
vtkContinuousScatterplot.cxx
vtkDataObjectToTable.cxx
vtkDotProductSimilarity.cxx
vtkExtractSelectedTree.cxx
vtkEdgeCenters.cxx
vtkExpandSelectedGraph.cxx
vtkExtractSelectedGraph.cxx
vtkGenerateIndexArray.cxx
vtkGraphHierarchicalBundleEdges.cxx
vtkGroupLeafVertices.cxx
vtkMergeColumns.cxx
vtkMergeGraphs.cxx
vtkMergeTables.cxx
vtkMutableGraphHelper.cxx
vtkNetworkHierarchy.cxx
vtkPipelineGraphSource.cxx
vtkPruneTreeFilter.cxx
vtkRandomGraphSource.cxx
vtkReduceTable.cxx
vtkRemoveIsolatedVertices.cxx
vtkSparseArrayToTable.cxx
vtkStreamGraph.cxx
vtkStringToCategory.cxx
vtkStringToNumeric.cxx
vtkTableToArray.cxx
vtkTableToGraph.cxx
vtkTableToSparseArray.cxx
vtkTableToTreeFilter.cxx
vtkThresholdGraph.cxx
vtkThresholdTable.cxx
vtkTransferAttributes.cxx
vtkTransposeMatrix.cxx
vtkTreeFieldAggregator.cxx
vtkTreeDifferenceFilter.cxx
vtkTreeLevelsFilter.cxx
vtkVertexDegree.cxx
vtkRemoveHiddenData.cxx
vtkKCoreDecomposition.cxx
)
set(classes
vtkAddMembershipArray
vtkAdjacencyMatrixToEdgeTable
vtkArrayNorm
vtkArrayToTable
vtkCollapseGraph
vtkCollapseVerticesByArray
vtkContinuousScatterplot
vtkDataObjectToTable
vtkDotProductSimilarity
vtkEdgeCenters
vtkExpandSelectedGraph
vtkExtractSelectedGraph
vtkExtractSelectedTree
vtkGenerateIndexArray
vtkGraphHierarchicalBundleEdges
vtkGroupLeafVertices
vtkKCoreDecomposition
vtkMergeColumns
vtkMergeGraphs
vtkMergeTables
vtkMutableGraphHelper
vtkNetworkHierarchy
vtkPipelineGraphSource
vtkPruneTreeFilter
vtkRandomGraphSource
vtkReduceTable
vtkRemoveHiddenData
vtkRemoveIsolatedVertices
vtkSparseArrayToTable
vtkStreamGraph
vtkStringToCategory
vtkStringToNumeric
vtkTableToArray
vtkTableToGraph
vtkTableToSparseArray
vtkTableToTreeFilter
vtkThresholdGraph
vtkThresholdTable
vtkTransferAttributes
vtkTransposeMatrix
vtkTreeDifferenceFilter
vtkTreeFieldAggregator
vtkTreeLevelsFilter
vtkVertexDegree)
vtk_module_library(vtkInfovisCore ${Module_SRCS})
vtk_module_add_module(VTK::InfovisCore
CLASSES ${classes})
vtk_module_test_data(
Data/Infovis/authors-tabletographtest.csv
Data/Infovis/merge1.csv
Data/Infovis/merge2.csv
Data/authors.csv
Data/cube.vtu)
add_subdirectory(Cxx)
vtk_module(vtkInfovisCore
GROUPS
StandAlone
TEST_DEPENDS
vtkInfovisLayout
vtkRenderingOpenGL2
vtkTestingRendering
vtkInteractionStyle
vtkIOInfovis
DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkFiltersExtraction
vtkFiltersGeneral
)
NAME
VTK::InfovisCore
LIBRARY_NAME
vtkInfovisCore
GROUPS
StandAlone
DEPENDS
VTK::CommonCore
VTK::CommonDataModel
VTK::CommonExecutionModel
PRIVATE_DEPENDS
VTK::FiltersExtraction
VTK::FiltersGeneral
TEST_DEPENDS
VTK::FiltersSources
VTK::IOImage
VTK::IOInfovis
VTK::InfovisLayout
VTK::InteractionStyle
VTK::RenderingOpenGL2
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