[cmake-developers] Supported targets with the ninja generator ?

Alexander Neundorf neundorf at kde.org
Tue Apr 3 15:31:01 EDT 2012


Hi,

which "additional" targets are supported with the ninja generator ?

The "help" target does not seem to be supported. This would be nice.

With Makefiles, for every target foo there is also a target foo/fast.
This seems to be not supported currently. Is it planned ?

With Makefiles, there are targets to
- compile a single source file foo.c -> foo.o
- preprocess a single source file foo.c -> foo.i
- assemble (actually compile but do not assemble) a single source file
         foo.c -> foo.s

Those also seem not to be supported currently.
Is this planned ? It would be nice.

Alex



More information about the cmake-developers mailing list