[CMake] cmake dependency checking

2008-01-08 Thread Ajay Divekar
Hi, I have the following directory structure ProjName | -> src | ->lib | ->app if I execute cmake -DBUILD_TYPE=Debug at the app level then the linking fails with missing lib. Obviously this because the lib is not compiled. Is the

Re: [CMake] cmake dependency checking

2008-01-08 Thread Brandon Van Every
On Jan 8, 2008 1:47 PM, Ajay Divekar <[EMAIL PROTECTED]> wrote: > Hi, > > I have the following directory structure > > ProjName >| >-> src > | > ->lib > | > ->app > > > if I execute cmake -DBUILD_TYPE=Debug at the app level I don'