Skip to content

plugins: support autoloading external plugins

Ben Boeckel requested to merge ben.boeckel/paraview:support-extra-plugins into master

An application which depends on ParaView, but which also offers its own plugins cannot have ParaView aware of the plugins properly. Allow the application to inform ParaView of its plugins which will be available at install time via CMake.

Merge request reports