Re: [CMake] Adding .lib dependencies

2010-07-26 Thread Alexander Neundorf
On Thursday 15 July 2010, Chris Robison wrote: > I'm trying to create a project that embeds mono. I'm using Visual Studio > 2010. In VS, I would normally go to Project -> Properties -> Linker -> > Input and adjust the Additional Dependencies list. How do you add items to > this list in CMake? I've

[CMake] Adding .lib dependencies

2010-07-14 Thread Chris Robison
I'm trying to create a project that embeds mono. I'm using Visual Studio 2010. In VS, I would normally go to Project -> Properties -> Linker -> Input and adjust the Additional Dependencies list. How do you add items to this list in CMake? I've been playing around with add_library and target_link_li