[CMake] Setting "Link Library Dependencies" Flag in VS 2005

Bill Hoffman bill.hoffman at kitware.com
Fri May 2 08:42:36 EDT 2008


Malhotra, Anupam wrote:
> Hi
> 
>  
> 
> I have created a .sln (for VS 2005) using Cmake.In the sln, Project 
> Properties->Configuration Properties->Librarian->Link Library 
> Dependencies flag is by default set to NO. I want to set this flag value 
> to YES using Cmake. How can this be achieved? I require this flag to be 
> YES so that the library outputs from project dependencies are 
> automatically linked in. Any help would be greatly appreciated. Thanks 
> in Advance
> 
>  
Can you figure out what the command line flag is for this?  Just turn it 
on by hand and go to command line and see what changed.  You should be 
able to use that command line flag.

-Bill


More information about the CMake mailing list