Background: * I am moving from Visual Studio 2008 projects to Cmake in preparation for porting our software to Linux.
* We have debug and release versions of 3rdparty libraries to link against in two separate paths but under the same name. (debug/library1.lib & release/library1.lib are debug and release builds of the same library) Question: With the "multi-configuration generator" for Visual Studio, how can I configure my root CMakeList.txt file to setup these two separate link paths based on which configuration is used? Any help you can give would be great, even if it's directing me toward which concept to read about to understand the answer. Thanks! This email was sent to you by Thomson Reuters, the global news and information company. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters. _______________________________________________ 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