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?
FYI: <http://www.cmake.org/pipermail/cmake/2010-September/039626.html> Copy file1.c to file1a.c or link file1a.c to file1.c, respectively, and proceed as usual, but first of all, think about Michael W.'s question. Regards, Michael H. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
