Ninja: job pool support for compiling and linking

Could be tested by setting the environment
variable NINJA_STATUS=[%r]
This commit is contained in:
Peter Kümmel
2013-11-23 10:49:36 +01:00
parent da6b86f4f0
commit 7605e37aab
13 changed files with 128 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
CMAKE_JOB_POOL_COMPILE
----------------------
This variable is used to initialize the :prop_tgt:`JOB_POOL_COMPILE`
property on all the targets. See :prop_tgt:`JOB_POOL_COMPILE`
for additional information.
+6
View File
@@ -0,0 +1,6 @@
CMAKE_JOB_POOL_LINK
----------------------
This variable is used to initialize the :prop_tgt:`JOB_POOL_LINK`
property on all the targets. See :prop_tgt:`JOB_POOL_LINK`
for additional information.