vtk-m/vtkm/worklet/moments/CMakeLists.txt

17 lines
607 B
CMake
Raw Normal View History

2019-04-23 14:57:35 +00:00
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
2019-04-23 22:14:56 +00:00
##
2019-04-23 14:57:35 +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
ComputeMoments.h
)
#-----------------------------------------------------------------------------
vtkm_declare_headers(${headers})