[ITK-users] Link ITK libraries statically

John Drescher drescherjm at gmail.com
Wed May 20 17:00:43 EDT 2015


> I'm talking about building my application, hence my confusion.
>
> I observe that when BUILD_SHARED_LIBS is ticked in the ITK build both .dlls and .libs are built. Am I missing something?

The .libs built are import libraries needed for the dlls not static
libraries. You need to rebuild ITK with BUILD_SHARED_LIBS off.

John


More information about the Insight-users mailing list