vtk-m/vtkm/cont/kokkos/CMakeLists.txt

23 lines
804 B
CMake
Raw Normal View History

2020-06-16 12:54:01 +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
DeviceAdapterKokkos.h
)
#-----------------------------------------------------------------------------
add_subdirectory(internal)
vtkm_declare_headers(${headers})
#-----------------------------------------------------------------------------
if (TARGET vtkm::kokkos AND VTKm_ENABLE_TESTING)
2020-06-16 12:54:01 +00:00
add_subdirectory(testing)
endif()