Re: [CMake] Link in dependencies in static library

2009-10-08 Thread Philip Lowman
On Thu, Oct 8, 2009 at 7:44 AM, Jeroen Dierckx wrote: > Hi, > One of our static libraries is a thin C++ wrapper on top of expat. I want > to hide dealing with expat from the users of this library, which is no > problem as I can link in the static expat library with my lib. The user can > just incl

[CMake] Link in dependencies in static library

2009-10-08 Thread Jeroen Dierckx
Hi, One of our static libraries is a thin C++ wrapper on top of expat. I want to hide dealing with expat from the users of this library, which is no problem as I can link in the static expat library with my lib. The user can just include and link with my XmlParser library. I linked the expat libra