Hi Simon, You do not need to place the CMakeLists.txt inside ParaView at all to build a plugin. You just need to set that folder as the source folder for CMake, and set a different directory as the plugin build directory. After that you will need to set ParaView_DIR to your ParaView build directory.
I would also look over: http://www.paraview.org/Wiki/Plugin_HowTo for my information on building plugins. On Fri, Apr 8, 2011 at 5:12 PM, Simon Su <[email protected]> wrote: > Hi there, > > I have silo plugin working and now I would like to try out adding my own > VisIt database plugin to ParaView. > http://www.cmake.org/Wiki/VisIt_Database_Bridge mentioned how to write the > CMakeLists.txt file but where do I need to place the files ( CMakeLists.txt, > and avtMyReaderFileFormat.C) in the source tree of ParaView to be pickup by > the cmake process? > > thanks > -simon > > _______________________________________________ > 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 > > -- Robert Maynard _______________________________________________ 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
