[cfe-dev] [LLVMdev] Ninja build available for Visual Studio users
Oscar Fuentes
ofv at wanadoo.es
Thu Jun 14 05:19:46 PDT 2012
Nikola Smiljanic <popizdeh at gmail.com> writes:
> I'm probably doing something wrong here, but after running cmake -G Ninja
> all I get are some ninja build files. Typing ninja in the command line
> builds everything, but how do I integrate this with the IDE, it's missing
> VS solution and projects?
Ninja is a build tool unrelated to VS. If you prefer VS project files to
build with VS use -G "Visual Studio blah blah".
More information about the cfe-dev
mailing list