[Paraview] About CmakeLists.txt for paraview plugin

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Jan 7 09:56:39 EST 2018


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 <ygliao at ucdavis.edu> wrote:
> Hi,
>
> I used some vtkOpenGL class in my plugin. When I developed in my own
> machine, I have paraview source which has vtkOpenGL.cmake that I can use to
> include header file I need. but when I try to compile my plugin on Maverick,
> it only has release paraview, which doesn't have such .cmake file. but
> Maverick does have VTK installed. How should I modify my cmakelists.txt to
> include vtkOpengl lib.
> Thanks.
>
> --
> Yangguang Liao
> PhD. student of Computer Science Department
> University of California, Davis
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list