vtk-m/vtkm/exec/testing/CMakeLists.txt

18 lines
639 B
CMake
Raw Normal View History

2019-04-15 23:24:21 +00:00
##============================================================================
## 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.
2019-04-15 23:24:21 +00:00
##============================================================================
set(unit_tests
UnitTestCellDerivative.cxx
UnitTestCellEdgeFace.cxx
UnitTestCellInterpolate.cxx
UnitTestParametricCoordinates.cxx
)
vtkm_unit_tests(SOURCES ${unit_tests})