Hi all,
I am working on a plugin and would like to enable an additional VTK module
that is not normally built by paraview (specifically vtklibproj4).
To enable this I did four things
1) Enable Module_vtklibproj4 when building paraview
To my plugin CMakeLists I did the following
2) Add vtk_module_load(vtklibproj4)
3) Add include_directories(${vtklibproj4_INCLUDE_DIRS})
4) to target_link_libraries add ${vtklibproj4_LIBRARIES}
Is this the best way to enable additional VTK modules for plugin
development?
Thank you
--
Casey B. Goodlett, Ph.D.
R&D Engineer
Kitware, Inc. - North Carolina Office
http://www.kitware.com
_______________________________________________
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
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview