[Paraview] How to create a vtkModule in Paraview
Simon-Pierre Desjardins
sp_desjardins at hotmail.com
Thu Jun 1 15:03:13 EDT 2017
Hi,
I created a custom plugin that I want to use in a second plugin. To do so, I want to create a module with the custom plugin to be able to use it in my second one.
I tried creating the module following the instructions on http://www.vtk.org/Wiki/VTK/Module_Development but it did not work.
Basically, I am able to compile my module and create a .dll with it but I can't seem to be able to create the .lib and .ext necessary.
I also added my module in the VTKModule.cmake. I'm unsure why it is not generating a .lib since I can see the line add_library in the cmake file generated for vtkmodules with my module name.
Could anyone try to help me figure out what I'm missing?
Thank you,
Simon-Pierre Desjardins
I'm compiling using Visual studio 2015 and Windows 10 64bits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170601/ece0dc0b/attachment.html>
More information about the ParaView
mailing list