VTKGlue and ITKVtkGlue.castxml.inc

I am trying to fix a problem compiling VTKGlue. Can you tell me how the build system produces the file./Wrapping/ITKVtkGlue.castxml.inc? I have poured the CMakeList.txt, but cannot tell where this is done.

@melrobin thank you contributing.

The build logic for CastXML generation can be found in Wrapping/Generators/CastXML/CMakeLists.txt. For .castxml.inc:

https://github.com/InsightSoftwareConsortium/ITK/blob/834c43b7101c46a08e64bed7f47f429e219c69e4/Wrapping/Generators/CastXML/CMakeLists.txt#L305-L317

1 Like