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

29 lines
895 B
CMake
Raw Normal View History

2019-04-15 23:24:21 +00:00
##============================================================================
2016-01-20 22:40:54 +00:00
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
##
2016-01-20 22:40:54 +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.
##============================================================================
vtkm_declare_headers(${headers})
2016-01-20 22:40:54 +00:00
set(unit_tests
UnitTestCanvas.cxx
UnitTestMapperConnectivity.cxx
UnitTestMultiMapper.cxx
#UnitTestMapperCylinders.cxx
2018-09-11 02:25:42 +00:00
UnitTestMapperPoints.cxx
UnitTestMapperQuads.cxx
UnitTestMapperRayTracer.cxx
2017-08-16 18:45:28 +00:00
UnitTestMapperWireframer.cxx
UnitTestMapperVolume.cxx
2020-02-18 03:00:09 +00:00
UnitTestScalarRenderer.cxx
UnitTestMapperGlyphScalar.cxx
UnitTestMapperGlyphVector.cxx
)
2016-01-20 22:40:54 +00:00
vtkm_unit_tests(SOURCES ${unit_tests})