A FindParaView.cmake file is not necessary. The ParaView build and install follows the appropriate CMake conventions to find and setup the install without it. In short, a command like FIND_PACKAGE(ParaView) is sufficient to find the ParaView installation.
If you are having trouble creating all the files needed for a plugin, I recommend trying out the plugin wizard from MIRARCO (http://pluginwizard.mirarco.org/). It will create the necessary CMake code and C++/XML boilerplate for a simple plugin. -Ken On 7/3/09 7:32 AM, "Franck Perignon" <[email protected]> wrote: Hello, is there a file FindParaview.cmake in the paraview distribution? I need it to create my own plugin and I can not find it ... If it does not exist, can someone help me and give me an example of a working CMakeLists.txt file for a plugin? Thanks a lot! Best regards F. Perignon _______________________________________________ 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 **** Kenneth Moreland *** Sandia National Laboratories *********** *** *** *** email: [email protected] ** *** ** phone: (505) 844-8919 *** web: http://www.cs.unm.edu/~kmorel
_______________________________________________ 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
