vtk-m2/vtkm/worklet/lcs/CMakeLists.txt

17 lines
557 B
CMake
Raw Normal View History

2019-07-29 16:50:54 +00:00
##============================================================================
## 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(headers
GridMetaData.h
2019-07-29 20:05:29 +00:00
LagrangianStructureHelpers.h
2019-07-29 16:50:54 +00:00
)
vtkm_declare_headers(${headers})