Re: [CMake] Produce only an object file (*.o) from a CMake build target

2014-05-07 Thread jbakosi
-Makefile generators, e.g., ninja?Jozsef -- View this message in context: http://cmake.3232098.n2.nabble.com/Produce-only-an-object-file-o-from-a-CMake-build-target-tp5955999p7587347.html Sent from the CMake mailing list archive at Nabble.com.-- Powered by www.kitware.com Please keep messages

Re: [CMake] Produce only an object file (*.o) from a CMake build target

2011-01-25 Thread Michael Hertling
On 01/24/2011 06:37 PM, Helseth, Nicholas H wrote: I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other than a complete executable. I'm basically looking for the result of the following compilation (the result will be loaded on a VxWorks

[CMake] Produce only an object file (*.o) from a CMake build target

2011-01-24 Thread Helseth, Nicholas H
I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other than a complete executable. I'm basically looking for the result of the following compilation (the result will be loaded on a VxWorks target and linked then-it needs to be a *.o because of the

Re: [CMake] Produce only an object file (*.o) from a CMake build target

2011-01-24 Thread Andreas Pakulat
On 24.01.11 09:37:01, Helseth, Nicholas H wrote: I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other than a complete executable. I'm basically looking for the result of the following compilation (the result will be loaded on a VxWorks target

Re: [CMake] Produce only an object file (*.o) from a CMake build target

2011-01-24 Thread David Cole
On Mon, Jan 24, 2011 at 2:33 PM, Andreas Pakulat ap...@gmx.de wrote: On 24.01.11 09:37:01, Helseth, Nicholas H wrote: I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other than a complete executable. I'm basically looking for the result of

Re: [CMake] Produce only an object file (*.o) from a CMake build target

2011-01-24 Thread Alexander Neundorf
On Monday 24 January 2011, David Cole wrote: On Mon, Jan 24, 2011 at 2:33 PM, Andreas Pakulat ap...@gmx.de wrote: On 24.01.11 09:37:01, Helseth, Nicholas H wrote: I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other than a complete