[Insight-users] VS10 project without CMake

John Drescher drescherjm at gmail.com
Fri Apr 19 08:30:11 EDT 2013


> I want to use itk for a big project. I don't want to build the project with
> CMake, i have to link the libraries and includes manually in a
> setEvnVariables.bat file.
> Does anyone know how to do this? Witch paths should i indicate?
>
> i'm on windows x64, visual 10 x64, using itk 4.3.1.
>
> Thanks,
>

Build a sample project that uses CMake and requires the same itk
libraries. Then copy the include and library settings from the xml
(visual studio project file is xml) file to your target project file.


John


More information about the Insight-users mailing list