On Fri, Aug 5, 2011 at 5:57 AM, Ming Huang <[email protected]> wrote: > How do I make a CMakeLists.txt file to use vtkedge. > That part is no different from vtk, itk ..
FIND_PACKAGE(VTKEdge REQUIRED)
INCLUDE(${VTKEdge_USE_FILE})
And then add
${VTKEdge_LIBRARIES} to your target_link_libraries() for your application.
--
John M. Drescher
_______________________________________________
VtkEdge mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/vtkedge
