<div dir="ltr">Hi all,<div><br></div><div>I am working on a plugin and would like to enable an additional VTK module that is not normally built by paraview (specifically vtklibproj4).</div><div><br></div><div>To enable this I did four things</div>


<div>1) Enable Module_vtklibproj4 when building paraview</div><div><br></div><div>To my plugin CMakeLists I did the following</div><div><br></div><div>2) Add vtk_module_load(vtklibproj4)<div>3) Add include_directories(${vtklibproj4_INCLUDE_DIRS})</div>


<div>4) to target_link_libraries add  ${vtklibproj4_LIBRARIES}</div><div><div><br></div><div>Is this the best way to enable additional VTK modules for plugin development?</div><div><br></div><div>Thank you</div><div><br>

</div>-- <br>
Casey B. Goodlett, Ph.D.<br>R&amp;D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a></div></div></div>