With the move to git I got to thinking that another, possibly more straight forward, way to build extra plugins would be to simply check them out as git submodules into my ParaView source tree. The issue would be I would have to add code into the ParaView/Plugins/CMakeLists.txt file to pick mine plugins up and build them.
I know there is the PARAVIEW_EXTRA_EXTERNAL_MODULES but maybe there could be a variation on that where the entire Plugins/ directory is scanned for plugins? I think Boost-CMake something like this. I know there are probably some show stopper draw backs to something along these lines that I am not thinking of but I just thought I would throw it out there for comments. ___________________________________________________________ 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
