vtk-m2/vtkm/worklet/contourtree_distributed/CMakeLists.txt

32 lines
936 B
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
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)