[Paraview] Proper Way to Include Plugins in ParaView 3.8 and beyond

Dave Partyka dave.partyka at kitware.com
Mon Nov 29 17:53:57 EST 2010


In the file PARAVIEW_EXTERNAL_PLUGINS_FILE points to you can just enumerate
all your plugins like so

paraview_build_optional_plugin(Plugin1 "My Plugin 1" "/some/source/dir" ON)
paraview_build_optional_plugin(Plugin2 "My Plugin 2"
"/some/other/source/dir" ON)

On Mon, Nov 29, 2010 at 5:27 PM, Michael Jackson <
mike.jackson at bluequartz.net> wrote:

> I usually use PARAVIEW_EXTRA_EXTERNAL_MODULE to add my plugins. Is this the
> "proper" way now? In looking through the ParaView cmake files I found the
> PARAVIEW_EXTERNAL_PLUGINS_FILE variable which seems to only take a single
> value (a file path). What happens if I have multiple plugins in multiple
> project directories to add? Or is there another way that I should be
> upgrading all my plugins to use? Wiki entry that I missed?
>
> Thank
> ___________________________________________________________
> Mike Jackson                      www.bluequartz.net
> Principal Software Engineer       mike.jackson at bluequartz.net
> BlueQuartz Software               Dayton, Ohio
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101129/444ff169/attachment.htm>


More information about the ParaView mailing list