[Insight-developers] FEM code updated

Luis Ibanez ibanez@choroid.cs.unc.edu
Mon, 17 Dec 2001 16:14:58 -0500 (EST)


Hi Aljaz,

Adding SUBDIRS(FEM) to the Examples/CMakeLists.txt 
should be enough.

Most of the other directories have som 'magic' around because
they depend on additional packages being installed. (e.g. FLTK)
and also require some of the code in the Auxiliary directory
to be compiled.

Does FEM depends on other libraries ?


Luis


--------------------------------

On Mon, 17 Dec 2001, Aljaz Noe wrote:

> OK. What about modifying the file Examples/CMakeLists.txt? Should I just add
> SUBDIRS(FEM), or is there some other 'magic' involved?
> 
> Aljaz