[CMake] object file questuon

Michael Wild themiwi at gmail.com
Thu Nov 11 06:59:11 EST 2010


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 so?

Usually it's the wrong approach to the wrong problem... So, what is it
that you're trying to achieve?

Michael



More information about the CMake mailing list