Skip to content

Introduce smtkDefaultPlugins library

T.J. Corona requested to merge tjcorona/smtk:plugin-init into master

With the new smtk plugin macro, whenever an smtk plugin is created inside of smtk its plugin target is cached. After the core library and all of its sessions are configured, a library is generated whose sole function is to link against the plugins and expose them to a paraview-derived app.

Edited by T.J. Corona

Merge request reports