mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Ninja: job pool support for compiling and linking
Could be tested by setting the environment variable NINJA_STATUS=[%r]
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user