Re: [CMake] cmake gfortran project question

2010-11-06 Thread Michael Hertling
On 11/05/2010 07:21 PM, luxInteg wrote: > Greetings, > > I have a little learning progect using cmake with gfortran. > > SOURCE files: .f, .f xxx.f and .f .y > > I want to do the following:- > > > a) create a shared library libFFF.so and a static one libFFF.a (from

[CMake] cmake gfortran project question

2010-11-05 Thread luxInteg
Greetings, I have a little learning progect using cmake with gfortran. SOURCE files: .f, .f xxx.f and .f .y I want to do the following:- a) create a shared library libFFF.so and a static one libFFF.a (from say xxx.f and yyy.f) b) find installed fortran librar