mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user