vtk-m2/vtkm/worklet/internal/CMakeLists.txt
Kenneth Moreland 56636afc7a Make Tuple class
Made a new vtkm::Tuple class to replace tao tuple.

This version of Tuple should hopefully compile faster. Having our own
implementation should also make it easier to port to new devices.
2020-03-16 17:12:16 -06:00

23 lines
639 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
DispatcherBase.h
MaskBase.h
Placeholders.h
ScatterBase.h
TriangulateTables.h
WorkletBase.h
)
vtkm_declare_headers(${headers})
add_subdirectory(testing)