Re: [CMake] Trying to generate a source that depends on a library target's object files.

2011-07-07 Thread Michael Hertling
On 07/07/2011 02:43 PM, Luke Dalessandro wrote: > Hi Everyone, > > I have the following build dependencies that I'm trying to implement in cmake. > > The ultimate target of the build is an archive library, libme.a. > > libme.a is composed of a number of static source files, (s1.cpp, ..., > sn.c

[CMake] Trying to generate a source that depends on a library target's object files.

2011-07-07 Thread Luke Dalessandro
Hi Everyone, I have the following build dependencies that I'm trying to implement in cmake. The ultimate target of the build is an archive library, libme.a. libme.a is composed of a number of static source files, (s1.cpp, ..., sn.cpp), and one generated source file, (g.cpp). g.cpp is built usi