[CMake] Linking 3rd party libraries

Tyler Roscoe tyler at cryptio.net
Tue Jun 23 18:50:40 EDT 2009


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


More information about the CMake mailing list