vtk-m/vtkm/filter/image_processing/worklet/CMakeLists.txt
2022-02-07 10:03:08 -07:00

17 lines
548 B
CMake

##============================================================================
## 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
ComputeMoments.h
ImageDifference.h
)
vtkm_declare_headers(${headers})