[Insight-users] ItkVtkGlue include directories

John Drescher drescherjm at gmail.com
Thu Oct 21 08:18:46 EDT 2010


> I can agree with that, but you can see how this line:
> include_directories(/home/doriad/src/ITK/Wrapping/WrapITK/ExternalProjects/ItkVtkGlue/src/)
> prevents anyone else from using my code. I tried
> include_directories(${ITK_SOURCE_DIR}/Wrapping/WrapITK/ExternalProjects/ItkVtkGlue/src/)
> but that variable doesn't seem to be defined.
> David

At one point the advice here (at the mailing list) and on the wiki was
to just copy the few source files and headers from the itkvtk glue to
your project and use them from there.

John


More information about the Insight-users mailing list