vtk-m/vtkm/benchmarking
Kenneth Moreland 7f005562ac Make all benchmarking sources listed in build
The benchmarking header files were not listed. Not a huge deal since
these files do not need to be installed, but they should be listed
anyway. Changed the vtkm_save_benchmarks CMake macro to be able to list
headers.

Also moved everything from BenchmarkDeviceAdapter.h to
BenchmarkDeviceAdapter.cxx. Since this code shouldn't need to be
included by anything except this benchmark, there is no need to have it
in a header file. Plus, the build changes would mean that any change in
the header (where most of the source was) could cause all code in this
directory to recompile. I do not want to set that precedent.
2016-06-02 10:24:21 -06:00
..
BenchmarkDeviceAdapter.cxx Make all benchmarking sources listed in build 2016-06-02 10:24:21 -06:00
Benchmarker.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
CMakeLists.txt Make all benchmarking sources listed in build 2016-06-02 10:24:21 -06:00