On Wed, 2009-04-22 at 11:01 -0400, Brad King wrote:
> Don't use GetLinkLibraries.  It's the "old-style" link computation results
> which had some bugs.  If you're computing a set of libraries to specify
> for linking in a project file, use cmComputeLinkInformation:
> 
>    cmComputeLinkInformation* pcli = target.GetLinkInformation(configName);

Thank you, Brad. This works perfectly for me!

Sergey

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to