Hi All!<br><br>I am working on a VTK based application using the last version of VTK (v5.4). I have managed to make a clean compilation on C++ and everything is working fine. The next step will be wrapping the classes on tcl. I have been reading about it and the way to do it is by using the VTK_WRAP_TCL command in the CMakelist:<br>
<br>VTK_WRAP_TCL (${KIT}TCL LIBRARY_TCL_SRCS ${LIBRARY_SRCS})<br>ADD_LIBRARY (${KIT}TCL SHARED ${LIBRARY_TCL_SRCS} ${LIBRARY_SRCS})<br><br>I am working with the last version of cmake (v2.6), in which this command VTK_WRAP_TCL is not present. I would like to know how to wrap vtk classes without using this command.<br>
<br>Thanks in advance,<br><br>Jorge. <br>