[Insight-users] Need tutorial tu use Itk with VS2005

John Drescher drescherjm at gmail.com
Tue Oct 13 11:50:08 EDT 2009


> So how are you setting this up? Are you building ITK in 2 separate build
> directories, one with Debug and the other with RelWWithDebInfo? And then in
> your project cmake picks up BOTH sets of libraries automatically? What would
> I set the ITK_DIR variable to? If that is the case then I'll change up a
> bit. But I would _still_ like to see ITK with decorated libraries.
>

I am building itk for both debug and relwithdebinfo in 1 single build
tree. The itk libraries are being compiled into debug and
relwithdebinfo folders inside that.

So ITK_DIR = X:\32Bit\VC.80\Libraries\ITK-3.16

And inside that I have
X:\32Bit\VC.80\Libraries\ITK-3.16\bin\debug
X:\32Bit\VC.80\Libraries\ITK-3.16\bin\relwithdebinfo

and the correct libraries get linked.

John


More information about the Insight-users mailing list