[CMake] Linking 3rd party libraries

Nathan Paul nathanjpaul at gmail.com
Tue Jun 23 17:41:09 EDT 2009


Hi all,
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?
I'm generating Visual C++ 2008 project files. For now I just renamed the
debug version with a _d suffix and put both libraries into the same folder,
which works fine, but I prefer not having both debug and release libraries
in the same folder.
Thanks,
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090623/cfec3e1d/attachment.htm>


More information about the CMake mailing list