Skip to content

plugins: make libraries as modules

Ben Boeckel requested to merge ben.boeckel/paraview:plugins-are-modules into master

CMake stops you from linking to a plugin. Static plugins are static libraries and can still be linked to.

Merge request reports