Merge topic 'update-docs'
f9839c49 Help: Document build targets automatically added to console pool. 44d6f3ce Help: Add some cross-linking.
This commit is contained in:
commit
02d031827d
@ -147,7 +147,7 @@ The options are:
|
|||||||
``USES_TERMINAL``
|
``USES_TERMINAL``
|
||||||
The command will be given direct access to the terminal if possible.
|
The command will be given direct access to the terminal if possible.
|
||||||
With the :generator:`Ninja` generator, this places the command in
|
With the :generator:`Ninja` generator, this places the command in
|
||||||
the ``console`` pool.
|
the ``console`` :prop_gbl:`pool <JOB_POOLS>`.
|
||||||
|
|
||||||
``VERBATIM``
|
``VERBATIM``
|
||||||
All arguments to the commands will be escaped properly for the
|
All arguments to the commands will be escaped properly for the
|
||||||
|
@ -103,7 +103,7 @@ The options are:
|
|||||||
``USES_TERMINAL``
|
``USES_TERMINAL``
|
||||||
The command will be given direct access to the terminal if possible.
|
The command will be given direct access to the terminal if possible.
|
||||||
With the :generator:`Ninja` generator, this places the command in
|
With the :generator:`Ninja` generator, this places the command in
|
||||||
the ``console`` pool.
|
the ``console`` :prop_gbl:`pool <JOB_POOLS>`.
|
||||||
|
|
||||||
``WORKING_DIRECTORY``
|
``WORKING_DIRECTORY``
|
||||||
Execute the command with the given current working directory.
|
Execute the command with the given current working directory.
|
||||||
|
@ -358,7 +358,7 @@ and a ``cmake/ClimbingStatsConfig.cmake`` are installed to the same location,
|
|||||||
completing the package.
|
completing the package.
|
||||||
|
|
||||||
The generated :prop_tgt:`IMPORTED` targets have appropriate properties set
|
The generated :prop_tgt:`IMPORTED` targets have appropriate properties set
|
||||||
to define their usage requirements, such as
|
to define their :ref:`usage requirements <Target Usage Requirements>`, such as
|
||||||
:prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`,
|
:prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`,
|
||||||
:prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` and other relevant built-in
|
:prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` and other relevant built-in
|
||||||
``INTERFACE_`` properties. The ``INTERFACE`` variant of user-defined
|
``INTERFACE_`` properties. The ``INTERFACE`` variant of user-defined
|
||||||
|
@ -18,3 +18,6 @@ Defined pools could be used globally by setting
|
|||||||
:variable:`CMAKE_JOB_POOL_COMPILE` and :variable:`CMAKE_JOB_POOL_LINK`
|
:variable:`CMAKE_JOB_POOL_COMPILE` and :variable:`CMAKE_JOB_POOL_LINK`
|
||||||
or per target by setting the target properties
|
or per target by setting the target properties
|
||||||
:prop_tgt:`JOB_POOL_COMPILE` and :prop_tgt:`JOB_POOL_LINK`.
|
: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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user