Ninja: Add a separate job pool for PCH creation

Add a `JOB_POOL_PRECOMPILE_HEADER` target property to specify the pool
name, and its associated `CMAKE_JOB_POOL_PRECOMPILE_HEADER` variable.

Fixes: #20217
This commit is contained in:
Dan Johnston
2020-01-14 10:17:15 -08:00
committed by Brad King
parent ebd0b16ddb
commit 97c124e30f
8 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
CMAKE_JOB_POOL_PRECOMPILE_HEADER
--------------------------------
This variable is used to initialize the :prop_tgt:`JOB_POOL_PRECOMPILE_HEADER`
property on all the targets. See :prop_tgt:`JOB_POOL_PRECOMPILE_HEADER`
for additional information.