[Insight-users] linking itk to cpp project

David Doria daviddoria at gmail.com
Tue Nov 15 07:31:40 EST 2011


On Tue, Nov 15, 2011 at 12:52 AM, sampada kajarekar
<sampada.kjr at gmail.com> wrote:
>
> how to link itk to any cpp project??

You must use CMake. On the examples wiki:
http://www.itk.org/Wiki/ITK/Examples

every example comes with a corresponding CMakeLists.txt file. You run
cmake on this file and it will generate a project in the IDE of your
choice with the linking all setup for you.

David


More information about the Insight-users mailing list