vtk-m2/vtkm/cont/tbb/testing/CMakeLists.txt

34 lines
1.2 KiB
CMake
Raw Normal View History

2015-05-29 14:38:28 +00:00
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
##
2015-05-29 14:38:28 +00:00
## 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
UnitTestTBBArrayHandle.cxx
2015-05-29 14:38:28 +00:00
UnitTestTBBArrayHandleFancy.cxx
2019-07-15 04:51:28 +00:00
UnitTestTBBArrayHandleMultiplexer.cxx
2017-12-12 15:15:20 +00:00
UnitTestTBBArrayHandleVirtualCoordinates.cxx
UnitTestTBBBitField.cxx
UnitTestTBBCellLocatorRectilinearGrid.cxx
UnitTestTBBCellLocatorUniformBins.cxx
UnitTestTBBCellLocatorUniformGrid.cxx
UnitTestTBBColorTable.cxx
UnitTestTBBComputeRange.cxx
UnitTestTBBDataSetExplicit.cxx
UnitTestTBBDataSetSingleType.cxx
UnitTestTBBDeviceAdapter.cxx
UnitTestTBBImplicitFunction.cxx
UnitTestTBBPointLocatorUniformGrid.cxx
2017-10-23 13:38:33 +00:00
UnitTestTBBVirtualObjectHandle.cxx
2015-05-29 14:38:28 +00:00
)
vtkm_unit_tests(SOURCES ${unit_tests}
LABEL "TBB"
DEFINES VTKM_NO_ERROR_ON_MIXED_CUDA_CXX_TAG
LIBRARIES vtkm_worklet)