vtk-m/vtkm/filter/field_conversion/testing/CMakeLists.txt
2022-01-29 13:12:01 -07:00

26 lines
723 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(unit_tests
UnitTestCellAverageFilter.cxx
UnitTestPointAverageCellSetExtrude.cxx
UnitTestPointAverageFilter.cxx
)
set(libraries
vtkm_filter_field_conversion
)
vtkm_unit_tests(
SOURCES ${unit_tests}
LIBRARIES ${libraries}
USE_VTKM_JOB_POOL
)