fixed CMakeLists.txt identation

This commit is contained in:
Li-Ta Lo 2022-06-28 14:53:44 -06:00
parent 4ea27a6c61
commit 62e8c18310
5 changed files with 45 additions and 45 deletions

@ -8,9 +8,9 @@
## PURPOSE. See the above copyright notice for more information.
##============================================================================
set(headers
SetStarts.h
PointerDoubling.h
)
SetStarts.h
PointerDoubling.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})

@ -8,14 +8,14 @@
## PURPOSE. See the above copyright notice for more information.
##============================================================================
set(headers
DataSetMeshTriangulation2DFreudenthal.h
DataSetMeshTriangulation3DFreudenthal.h
DataSetMeshTriangulation3DMarchingCubes.h
ContourTreeMesh.h
MeshStructureFreudenthal2D.h
MeshStructureFreudenthal3D.h
MeshStructureMarchingCubes.h
MeshStructureContourTreeMesh.h
DataSetMeshTriangulation2DFreudenthal.h
DataSetMeshTriangulation3DFreudenthal.h
DataSetMeshTriangulation3DMarchingCubes.h
ContourTreeMesh.h
MeshStructureFreudenthal2D.h
MeshStructureFreudenthal3D.h
MeshStructureMarchingCubes.h
MeshStructureContourTreeMesh.h
)
#----------------------------------------------------------------------------
@ -28,10 +28,10 @@ vtkm_declare_headers(${headers})
#-----------------------------------------------------------------------------
set(extra_headers
freudenthal_2D/Types.h
freudenthal_3D/Types.h
marchingcubes_3D/Types.h
)
freudenthal_2D/Types.h
freudenthal_3D/Types.h
marchingcubes_3D/Types.h
)
#we do the following to work around a couple of issues.
#1. vtkm_declare_headers will do a flat install into the current respective

@ -61,21 +61,21 @@
##==============================================================================
set(headers
AddToArrayElementsWorklet.h
ApplyLookupTableDecorator.h
ArcComparator.h
ArcValidDecorator.h
CombinedSimulatedSimplicityIndexComparator.h
CombinedVectorDifferentFromNext.h
CopyIntoCombinedArrayWorklet.h
CopyIntoCombinedNeighborsWorklet.h
CopyNeighborsToPackedArray.h
FindDuplicateInOtherWorklet.h
GetArcFromDecorator.h
InitToCombinedSortOrderArraysWorklet.h
MergeSortedListsWithoutDuplicatesWorklet.h
ReplaceArcNumWithToVertexWorklet.h
)
AddToArrayElementsWorklet.h
ApplyLookupTableDecorator.h
ArcComparator.h
ArcValidDecorator.h
CombinedSimulatedSimplicityIndexComparator.h
CombinedVectorDifferentFromNext.h
CopyIntoCombinedArrayWorklet.h
CopyIntoCombinedNeighborsWorklet.h
CopyNeighborsToPackedArray.h
FindDuplicateInOtherWorklet.h
GetArcFromDecorator.h
InitToCombinedSortOrderArraysWorklet.h
MergeSortedListsWithoutDuplicatesWorklet.h
ReplaceArcNumWithToVertexWorklet.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})

@ -8,13 +8,13 @@
## PURPOSE. See the above copyright notice for more information.
##============================================================================
set(headers
MeshBoundary2D.h
MeshBoundary3D.h
MeshBoundaryContourTreeMesh.h
ComputeMeshBoundary2D.h
ComputeMeshBoundary3D.h
ComputeMeshBoundaryContourTreeMesh.h
)
MeshBoundary2D.h
MeshBoundary3D.h
MeshBoundaryContourTreeMesh.h
ComputeMeshBoundary2D.h
ComputeMeshBoundary3D.h
ComputeMeshBoundaryContourTreeMesh.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})

@ -9,14 +9,14 @@
##============================================================================
set(headers
Branch.h
PiecewiseLinearFunction.h
SuperArcVolumetricComparator.h
SuperNodeBranchComparator.h
PointerDoubling.h
HypersweepWorklets.h
SetTriangleSuperarcId.h
)
Branch.h
PiecewiseLinearFunction.h
SuperArcVolumetricComparator.h
SuperNodeBranchComparator.h
PointerDoubling.h
HypersweepWorklets.h
SetTriangleSuperarcId.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})