[Paraview] Installing ParaView libraries with my app

2010-04-08 Thread Ben Medina
Hello all, I have an app that is dependent on ParaView, so I need to install the ParaView libraries along with my application. I am, of course, using CMake and CPack. Is there an easy way to do this, or do I need to call install() for each of the libraries my app depends on? Thanks, Ben

Re: [Paraview] Installing ParaView libraries with my app

2010-04-08 Thread Utkarsh Ayachit
There are ways to include ParaView libraries in your package. Take a look at the following Wiki page for details: http://www.paraview.org/Wiki/Writing_Custom_Applications#Packaging Utkarsh On Thu, Apr 8, 2010 at 8:28 PM, Ben Medina ben.med...@gmail.com wrote: Hello all, I have an app that is