vtk-m2/vtkm/worklet/contourtree_augmented/processcontourtree/CMakeLists.txt
2020-07-09 10:20:37 +01:00

23 lines
758 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
Branch.h
PiecewiseLinearFunction.h
SuperArcVolumetricComparator.h
SuperNodeBranchComparator.h
PointerDoubling.h
HypersweepWorklets.h
SetTriangleSuperarcId.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})