vtk-m/vtkmstd/CMakeLists.txt
2021-03-11 08:19:51 -07:00

20 lines
587 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
aligned_union.h
bit_cast.h
integer_sequence.h
is_trivial.h
void_t.h
)
vtkm_declare_headers(${headers})