[Insight-developers] Re: Integrating WrapITK into ITK CVS

Bill Hoffman bill.hoffman at kitware.com
Thu Nov 2 13:54:52 EST 2006


Gaetan Lehmann wrote:
>
> Here is a new version able to read the .idx files.
>
> Do you know how to build all the generated c++ files in a single 
> shared object, as is it currently done ?
>
Use cmake:

ADD_LIBRARY(foo MODULE ${generated_source_files})

-Bill



More information about the Insight-developers mailing list