vtk-m2/vtkm/worklet/CMakeLists.txt

93 lines
2.4 KiB
CMake
Raw Normal View History

##============================================================================
## 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.
##
## Copyright 2014 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
## Copyright 2014 UT-Battelle, LLC.
## Copyright 2014 Los Alamos National Security.
##
## Under the terms of Contract DE-NA0003525 with NTESS,
## the U.S. Government retains certain rights in this software.
##
## Under the terms of Contract DE-AC52-06NA25396 with Los Alamos National
## Laboratory (LANL), the U.S. Government retains certain rights in
## this software.
##============================================================================
set(headers
AverageByKey.h
2015-06-09 15:02:17 +00:00
CellAverage.h
2016-11-05 03:23:07 +00:00
CellDeepCopy.h
2015-07-31 14:33:54 +00:00
Clip.h
ContourTreeUniform.h
CosmoTools.h
DispatcherMapField.h
DispatcherMapTopology.h
DispatcherPointNeighborhood.h
DispatcherReduceByKey.h
DispatcherStreamingMapField.h
ExternalFaces.h
ExtractGeometry.h
ExtractPoints.h
ExtractStructured.h
2017-05-24 18:44:15 +00:00
FieldEntropy.h
FieldHistogram.h
FieldStatistics.h
Gradient.h
KdTree3D.h
KernelSplatter.h
Keys.h
Magnitude.h
2015-11-24 14:46:22 +00:00
MarchingCubes.h
Mask.h
2017-03-08 23:04:12 +00:00
MaskPoints.h
NDimsEntropy.h
NDimsHistogram.h
NDimsHistMarginalization.h
Normalize.h
ParticleAdvection.h
PointAverage.h
PointElevation.h
RemoveUnusedPoints.h
2015-09-24 22:38:42 +00:00
ScatterCounting.h
ScatterIdentity.h
2017-06-19 13:49:30 +00:00
ScatterPermutation.h
ScatterUniform.h
StableSortIndices.h
StreamLineUniformGrid.h
SurfaceNormals.h
Tetrahedralize.h
Threshold.h
2017-03-07 21:03:22 +00:00
ThresholdPoints.h
Triangulate.h
VertexClustering.h
WaveletCompressor.h
WorkletMapField.h
WorkletMapTopology.h
WorkletPointNeighborhood.h
WorkletReduceByKey.h
)
#-----------------------------------------------------------------------------
add_subdirectory(internal)
add_subdirectory(contour)
add_subdirectory(contourtree)
add_subdirectory(cosmotools)
add_subdirectory(gradient)
add_subdirectory(splatkernels)
add_subdirectory(spatialstructure)
add_subdirectory(tetrahedralize)
add_subdirectory(triangulate)
add_subdirectory(wavelets)
add_subdirectory(particleadvection)
vtkm_declare_headers(${headers})
#-----------------------------------------------------------------------------
add_subdirectory(testing)