Llinking ITK (Insight Toolkit) to C++ VS2008 solution without using CMake?
Question Is there an easy, straight forward way of including the ITK libraries into my project (VS2008 solution) without using CMake? Background I have just started looking into ITK this week. So far I successfully compiled ITK & VTK and got the WikiExamples to compile (and run) as well. My next goal is to include any ITK functionality into my own project. I have no experiences with CMake except the use of it during the documented installation process. My own project codebase is in itself a rather complicated, SDK environment in rather large, complex VS2008 solution to which I only want to add