vtk-m/config
Kenneth Moreland 73cb38d860 Output complete list of libraries for external Makefiles
There is a Makefile include, `vtkm_config.mk`, and a package include,
`vtkm.pc`, that are configured so that external programs that do not use
CMake have a way of importing VTK-m's configuration. However, the set of
libraries was hardcoded. In particular, many of the new filter libraries
were missing.

Rather than try to maintain this list manually, use the module mechanism
in the CMake configuration to get a list of libraries built and
automatically build these lists.
2022-10-27 06:14:49 -06:00
..
vtkm_config.mk.in Output complete list of libraries for external Makefiles 2022-10-27 06:14:49 -06:00
vtkm.pc.in Output complete list of libraries for external Makefiles 2022-10-27 06:14:49 -06:00