vtk-m/vtkm/worklet/contourtree_distributed/CMakeLists.txt
2021-10-20 14:46:20 -07:00

36 lines
1.1 KiB
CMake

##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##============================================================================
set(headers
BoundaryTree.h
BoundaryTreeMaker.h
ComputeDistributedContourTreeFunctor.h
ContourTreeBlockData.h
DistributedContourTreeBlockData.h
HierarchicalContourTree.h
HierarchicalHyperSweeper.h
HierarchicalAugmenter.h
InteriorForest.h
MergeBlockFunctor.h
MultiBlockContourTreeHelper.h
PrintGraph.h
SpatialDecomposition.h
TreeCompiler.h
TreeGrafter.h
)
vtkm_declare_headers(${headers})
add_subdirectory(boundary_tree_maker)
add_subdirectory(tree_grafter)
add_subdirectory(hierarchical_contour_tree)
add_subdirectory(hierarchical_hyper_sweeper)
add_subdirectory(hierarchical_augmenter)