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 < [email protected]> 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 [email protected] > 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 >
_______________________________________________ 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
