Re: [CMake] shared directory with subdirs and custom command

2010-06-04 Thread Michael Hertling
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

[CMake] shared directory with subdirs and custom command

2010-06-02 Thread Doug Reiland
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