Re: [CMake] object file questuon

2010-11-11 Thread luxInteg
On Thursday 11 November 2010 11:59:11 Michael Wild wrote: > On 11/11/2010 01:52 PM, luxInteg wrote: > > I am learning cmake > > > > (in gnu Makefiles it is possible to specifiy the name of the object file. > > ) > > > > I.E. if I have a file file1.c and I want to generate two object > > fil

Re: [CMake] object file questuon

2010-11-11 Thread Michael Hertling
On 11/11/2010 01:52 PM, luxInteg wrote: > I am learning cmake > > (in gnu Makefiles it is possible to specifiy the name of the object file. ) > > I.E. if I have a file file1.c and I want to generate two object files > file1.o and file1a.o > > -is this possible in cmake and if so how s

Re: [CMake] object file questuon

2010-11-11 Thread Michael Wild
On 11/11/2010 01:52 PM, luxInteg wrote: > I am learning cmake > > (in gnu Makefiles it is possible to specifiy the name of the object file. ) > > I.E. if I have a file file1.c and I want to generate two object files > file1.o and file1a.o > > -is this possible in cmake and if so how s

[CMake] object file questuon

2010-11-11 Thread luxInteg
I am learning cmake (in gnu Makefiles it is possible to specifiy the name of the object file. ) I.E. if I have a file file1.c and I want to generate two object files file1.o and file1a.o -is this possible in cmake and if so how so? ___ Power