JOB_POOL_LINK.rst 404 B

12345678910111213141516
  1. JOB_POOL_LINK
  2. -------------
  3. Ninja only: Pool used for linking.
  4. The number of parallel link processes could be limited by defining
  5. pools with the global :prop_gbl:`JOB_POOLS`
  6. property and then specifying here the pool name.
  7. For instance:
  8. .. code-block:: cmake
  9. set_property(TARGET myexe PROPERTY JOB_POOL_LINK two_jobs)
  10. This property is initialized by the value of :variable:`CMAKE_JOB_POOL_LINK`.