[cmake-developers] [wip/patch] Expose Ninja console pool feature for custom commands/targets
Peter Collingbourne
peter at pcc.me.uk
Mon Nov 3 19:22:56 EST 2014
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.
The patch also causes the feature to be used with the built-in cache editor.
Docs/tests to come. Any comments on the proposed approach are appreciated.
Thanks,
--
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-console-pools.patch
Type: text/x-diff
Size: 22971 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141103/b3b2eb52/attachment-0001.patch>
More information about the cmake-developers
mailing list