Help: Document build targets automatically added to console pool.

This commit is contained in:
Stephen Kelly 2015-02-04 21:52:13 +01:00
parent 44d6f3ce08
commit f9839c491e
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ Defined pools could be used globally by setting
:variable:`CMAKE_JOB_POOL_COMPILE` and :variable:`CMAKE_JOB_POOL_LINK`
or per target by setting the target properties
:prop_tgt:`JOB_POOL_COMPILE` and :prop_tgt:`JOB_POOL_LINK`.
Build targets provided by CMake that are meant for individual interactive
use, such as ``install``, are placed in the ``console`` pool automatically.