[CMake] Library dependency

2007-12-06 Thread Anders Backman
Hi all. I have a question regarding library dependency. Im using VC2005. Assume the following: I have a solution with a set of projects, three are libraries and one is an application: A.lib /A.dll B.lib/B.dll : B depends on A.lib, so if I want to use B.lib somewhere, A.libis also automaticall

Re: [CMake] Library dependency

2007-08-10 Thread Christian Convey
On 8/10/07, Kyle Heath <[EMAIL PROTECTED]> wrote: > I would like to use cmake to build a set of single target projects > (each project generates either one library or one executable). I > understand how to handle dependencies on external packages with the > Find.cmake scripts, but I don't know how

[CMake] Library dependency

2007-08-10 Thread Kyle Heath
I would like to use cmake to build a set of single target projects (each project generates either one library or one executable). I understand how to handle dependencies on external packages with the Find.cmake scripts, but I don't know how to deal with internal CMake built packages. There is som