[CMake] Creating one Visual Studio solution for many configurations and platforms

Michael Jackson mike.jackson at bluequartz.net
Fri Jun 5 08:26:08 EDT 2009


On Jun 5, 2009, at 8:00 AM, Nils Busch wrote:

> Hello,
>
> ist it possible with cmake to generate one Visual Studio solution  
> file for many different combinations
> of configurations (Debug,Release) and platforms(win32, x64).
> In other words, instead of separate .sln files into separate  
> directories having one
> solution file in one directory allowing to choose a particular  
> configuration/platform combination from Visual Studio.
>
> Thanks,
>
> Nils

You can by default do Debug/Release with the Solution file that is  
generated by CMake. Not sure about Arch specific builds.

_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio





More information about the CMake mailing list