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