[CMake] How to generate for Ninja + MSVC?

Nils Gladitz nilsgladitz at gmail.com
Wed Dec 2 14:29:56 EST 2015


On 02.12.2015 20:18, Robert Dailey wrote:
> Is there a way to generate for Ninja using MSVC toolchain? If so, how
> do I do that? Do I need a toolchain file?

You can select the Ninja generator (e.g. cmake -G Ninja) while running 
cmake from the desired Visual Studio command line environment.

Nils


More information about the CMake mailing list