Link C++ library into cmake project

Hi @blowekamp,

Thanks for your swift reply :slight_smile:

Your suggestion worked like a charm for me. Additionally, I also tried to include the simpleITK library on a project using the Visual Studio Community (Windows 10) but, I got the same errors. I went to the project properties and included the lib folder path and the include folder path like I normally do to import a external static lib.

What am I missing to properly include the simpleITK library on Visual Studio Community?

Thanks