[Insight-users] ItkVtkGlue include directories

David Doria daviddoria at gmail.com
Thu Oct 21 08:10:14 EDT 2010


On Wed, Oct 20, 2010 at 11:25 PM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> What ITK cmake? The toolkit ITK has no dependencies on VTK. Combining
> ITK and VTK is done in the application that wants to use both.
>
> Bill
>

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101021/a6c6d83f/attachment.htm>


More information about the Insight-users mailing list