[vtkusers] vtkPLYWriter and polydata
    cerina 
    cerine-baratelli at hotmail.fr
       
    Mon Sep 17 07:45:09 EDT 2012
    
    
  
David Doria-2-3 wrote
> 
> That is a linker error. What does your CMakeLists.txt file look like?
> 
> David
> 
thanks for reply. this is my CMakeLists.txt file :
INCLUDE_DIRECTORIES(
    ${VTK_INCLUDE_DIR}
    ${VTKSURFACE_INCLUDE_DIR}
)
ADD_EXECUTABLE(Octree Octree.cxx vtkOctree.cxx)
TARGET_LINK_LIBRARIES(Octree vtkSurface
            vtkCommon 
            vtkFiltering 
            vtkGraphics 
            vtkImaging 
            vtkIO 
            vtkRendering
            vtkWidgets
vtkHybrid)
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkPLYWriter-and-polydata-tp5716117p5716122.html
Sent from the VTK - Users mailing list archive at Nabble.com.
    
    
More information about the vtkusers
mailing list