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