vtk-m2/examples/hello_world
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
HelloWorld.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
HelloWorld.cxx Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00
HelloWorldTBB.cxx Switch over to a simpler way to specify the vtkm backend. 2015-09-16 13:16:25 -04:00
LoadShaders.h Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00