ITK/Using ITK Without CMake
From KitwarePublic
< ITK
Jump to navigationJump to search
Revision as of 17:39, 5 July 2012 by Daviddoria (talk | contribs) (Created page with "It is very very strongly recommended to use ITK via CMake. All of the examples on the wiki provide a CMakeLists.txt file that shows how simple it is to configure a project to use...")
It is very very strongly recommended to use ITK via CMake. All of the examples on the wiki provide a CMakeLists.txt file that shows how simple it is to configure a project to use ITK through CMake. However, there are rare instances where a very big project with a complex, existing build system/infrastructure would like to start using ITK. In these cases, it is necessary to much more manually setup the project to use ITK (add include paths, linker paths, link to ITK libraries, etc). This page provides information on how to do this for several different platforms and IDEs.