[cmake-developers] [wip/patch] Expose Ninja console pool feature for custom commands/targets
Peter Collingbourne
peter at pcc.me.uk
Wed Nov 5 16:12:13 EST 2014
On Mon, Nov 03, 2014 at 04:22:56PM -0800, Peter Collingbourne wrote:
> Hi all,
>
> This patch exposes the Ninja console pool feature via the add_custom_command
> and add_custom_target commands. Specifically, it introduces a USE_CONSOLE
> flag which can be used to communicate to the generator that the command
> would prefer to use the console. It has no effect on generators other than
> the Ninja generator.
I've added documentation and tests and addressed Ben's comments, and published
the staging branch 'console-pool'. PTAL.
Thanks,
--
Peter
More information about the cmake-developers
mailing list