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

23 lines
720 B
CMake
Raw Normal View History

2015-05-29 14:38:28 +00:00
##============================================================================
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
##
2015-05-29 14:38:28 +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
DeviceAdapterTBB.h
)
add_subdirectory(internal)
vtkm_declare_headers(${headers})
2015-05-29 14:38:28 +00:00
#-----------------------------------------------------------------------------
if (TARGET vtkm::tbb AND VTKm_ENABLE_TESTING)
add_subdirectory(testing)
endif()