Re: [CMake] recursive shared library dependencies?

2007-09-22 Thread Goswin von Brederlow
Dusan Zatkovsky <[EMAIL PROTECTED]> writes: > Hi all. > > I have a question about library dependencies in cmake projects on linux. > > Let's see an example: > > PROJECT ( foo ) > ADD_EXECUTABLE ( foo_bin foo.cpp ) > TARGET_LINK_LIBRARIES ( foo_bin ssl ) > > When I am building a project by "make" c

Re: [CMake] Creating a static lib from other static libs, HOW?

2007-09-22 Thread Goswin von Brederlow
"Brandon Van Every" <[EMAIL PROTECTED]> writes: > On 9/18/07, Goswin von Brederlow <[EMAIL PROTECTED]> wrote: >> "Brandon Van Every" <[EMAIL PROTECTED]> writes: >> > >> > I just got done telling all you guys how to reuse objects in a >> > platform independent manner. And it's in the FAQ now for h

Re: [CMake] /DELAYLOAD flag doesnt stick when making a vc8 project

2007-09-22 Thread Philip Lowman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Ratzlaff wrote: > I've tried: > SET (CMAKE_SHARED_LINKER_FLAGS > "${CMAKE_SHARED_LINKER_FLAGS} /DELAYLOAD:dnssd.dll" > ) > > and > > SET_TARGET_PROPERTIES (${MY_PROJECT} PROPERTIES > LINK_FLAGS "/DELAYLOAD: dnssd.dll" > ) > > and after I