On 06/02/2010 04:23 PM, Doug Reiland wrote:
> I am porting a library over to cmake.
> This library is built both shared and static AND has several composite
> objects that get linked in.
>
> For example,
>
> subdir-a had makefile that compiled and linked a1.c a2.c into ../a.o
>
> top directory l
I am porting a library over to cmake.
This library is built both shared and static AND has several composite
objects that get linked in.
For example,
subdir-a had makefile that compiled and linked a1.c a2.c into ../a.o
top directory linked in a.o into it's libs (shared and static)
I have conver