[Paraview] Linking against VTK with ParaView
Clinton Stimpson
clinton at elemtech.com
Fri Feb 8 11:30:26 EST 2008
If you do a FIND_PACKAGE(VTK) and set VTK_DIR to the VTK subdirectory
under the paraview build directory, it should work fine.
The UseVTK.cmake file can be included as INCLUDE(${VTK_USE_FILE})
Clint
Randall Hand wrote:
> I have a program (ezViz) that links against VTK, and I want to update
> it to instead link against ParaView, or specifically the VTK that
> comes with ParaView (to get the VTK classes that don't come with the
> standard VTK distribution like the vtkSpyPlotReader). But I don't see
> a UseVTK.cmake file anywhere in my compiled ParaView 3.2.1 build. Am I
> missing something?
>
> --
> ----------------------------------------
> Randall Hand
> Visualization Scientist
> ERDC MSRC-ITL
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list