[CMake] how to automatically make object from generated source?

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Jun 14 04:20:23 EDT 2007


On 6/12/07, Jens.M.Hoffmann at bahn.de <Jens.M.Hoffmann at bahn.de> wrote:
> I think, I'missing a part of your reply. Could you please send it again?

Sorry about that.
If I remember correclty I was simply saying that :
no you can't. CMake does not expose those sub tasks, only the higher
ones: ADD_LIBRARY, ADD_EXECUTABLE. Thus AFAIK you have to define your
own rules unfortunately. You could maybe create a library and only
link to it with buildserver at the very last step.


-Mathieu


More information about the CMake mailing list