vtk-m/examples/tetrahedra
Kenneth Moreland 866c617cbf Fix config issues with headers and libraries
There were a couple of places where the configure scripts did not add
either includes to VTKm_INCLUDE_DIRS or libraries to VTKm_LIBRARIES.

The biggest offender was when the examples used find_package to load the
VTK-m configuration it needed. find_package cleared out the includes and
libraries, but it did not clear out the VTKm_<COMPONENT>_FOUND
variables. Normally, these variables would not be set before
find_package is called, but in this case the examples were called after
some partial configuration. I got around this issue by clearing out all
the *_FOUND variables in VTKmConfig.cmake.
2016-08-23 14:07:38 -06:00
..
CMakeLists.txt Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
TetrahedralizeExplicitGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TetrahedralizeExplicitGrid.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
TetrahedralizeExplicitGridTBB.cxx Add 3D tetrahedralize of explicit cell set. 2015-09-24 10:56:03 -06:00
TetrahedralizeUniformGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TetrahedralizeUniformGrid.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
TetrahedralizeUniformGridTBB.cxx Supply files to run cuda and tbb. Use quaternion from isosurface. 2015-09-21 10:45:06 -06:00
TriangulateExplicitGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TriangulateExplicitGrid.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
TriangulateExplicitGridTBB.cxx Tetrahedralize 2D explicit dataset first version with opengl example 2015-09-23 14:43:27 -06:00
TriangulateUniformGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TriangulateUniformGrid.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
TriangulateUniformGridTBB.cxx Triangulate a 2D data set extension 2015-09-22 11:40:01 -06:00