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

51 lines
1.3 KiB
CMake
Raw Normal View History

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.
##============================================================================
set(headers
2016-05-18 23:30:07 +00:00
BoundingVolumeHierarchy.h
2018-09-11 02:25:42 +00:00
BVHTraverser.h
2016-01-20 22:40:54 +00:00
Camera.h
CellIntersector.h
CellSampler.h
CellTables.h
ChannelBuffer.h
ChannelBufferOperations.h
ConnectivityTracer.h
2018-09-11 02:25:42 +00:00
CylinderExtractor.h
CylinderIntersector.h
Logger.h
MeshConnectivityBuilder.h
2018-09-11 02:25:42 +00:00
MeshConnectivityContainers.h
MeshConnectivityBase.h
MortonCodes.h
2018-10-30 14:46:42 +00:00
PartialComposite.h
2018-09-11 02:25:42 +00:00
QuadExtractor.h
QuadIntersector.h
Ray.h
RayOperations.h
2016-05-18 23:38:15 +00:00
RayTracer.h
2016-01-20 22:40:54 +00:00
RayTracingTypeDefs.h
2018-09-11 02:25:42 +00:00
Sampler.h
2020-02-08 04:30:55 +00:00
ScalarRenderer.h
2018-09-11 02:25:42 +00:00
ShapeIntersector.h
SphereExtractor.h
SphereIntersector.h
TriangleExtractor.h
2018-10-30 14:46:42 +00:00
TriangleIntersections.h
2016-05-18 23:30:07 +00:00
TriangleIntersector.h
VolumeRendererStructured.h
Worklets.h
2016-01-20 22:40:54 +00:00
)
set_source_files_properties(CellTables.h
PROPERTIES VTKm_CANT_BE_HEADER_TESTED TRUE)
2016-01-20 22:40:54 +00:00
vtkm_declare_headers(${headers})