[CMake] selecting different libraries for different configuration types?

Tyler Roscoe tyler at cryptio.net
Mon Nov 2 10:10:33 EST 2009


On Mon, Nov 02, 2009 at 09:48:35AM -0500, Roger Dannenberg wrote:
> Is it possible for cmake to create VisualStudio projects that have a 
> different set of libraries ("AdditionalDependencies") for each 
> configuration type?

Look at the debug/optimized flags to target_link_libraries().

tyler


More information about the CMake mailing list