Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Yangguang Liao
I see, yes, I will use some classes in Paraview/VTK, which mean if your plugin use inside source you will need to build your own paraview to run it? Thanks, Yangguang On Sun, Jan 7, 2018 at 6:56 AM, Utkarsh Ayachit wrote: > Doesn't your plugin need other classes

Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Utkarsh Ayachit
Doesn't your plugin need other classes from VTK/ParaView? If so, you can't mix and match. I am afraid you'll have to build ParaView from source and then compile the plugin against it. On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao wrote: > Hi, > > I used some vtkOpenGL class