[CMake] CMake + Ninja

Stephen Kelly steveire at gmail.com
Tue Jan 10 01:26:57 EST 2012


Hi,

I didn't time it, but I was able to use ninja with kdelibs and grantlee (my 
smaller Qt project).

Clifford Yapp wrote:
> In case anybody else wants to give ninja a spin, here's what I did to
> test it (using bash as a shell):
> 
> git clone git://github.com/martine/ninja.git

> git clone -b ninja-generator-pr git://github.com/pcc/CMake.git

If you already have a CMake clone, then instead of the above do this:

git remote add ninja git://github.com/pcc/CMake.git
git checkout ninja-generator-pr

I'm trying to decide whether I like the less wordy output compared to make, 
and I think I prefer ninjas output.

Thanks,

Steve.




More information about the CMake mailing list