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