On Tue, Jun 23, 2009 at 04:41:09PM -0500, Nathan Paul wrote:
> I'm building a shared library and have a 3rd party library whose output is
> in the following folder structure:
> lib/
>     debug/
>         <debug lib file>
>     release/
>         <release lib file>
> Is it possible to change the linker path for different build configurations?

Investigate the debug and optimized parameters of
target_link_libraries().

tyler
_______________________________________________
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