HI you all!<br><br>I´m trying to migrate an external application developed using VTK 4.x classes to VTK&#39;s last version 5.4. Some of the CMakeLists of every module of the <font size="2">application contains the VTK_WRAP_TCL command in order to creater TCL wrappers for vtk classes, as it&#39;s shown below:<br>
</font><pre><font size="4">  VTK_WRAP_TCL(resultingLibraryName [SOURCES]<br>                      SourceListName class1 class2 ...<br>                      [COMMANDS CommandName1 CommandName2 ...])</font><br><font style="font-family: arial,helvetica,sans-serif;" size="2"><br>
I´ve been googling and i&#39;ve noticed that this that VTK_WRAP_TCL command is deprecated since version 4.0. I wonder how could I rewrite all of these cmakefiles to get a wrapped(TCL) version of the code. <br><br>Any help will be highly aprecciated.<br>
Thanks in advance,<br><br>J. Ballesteros</font><br></pre>