summaryrefslogtreecommitdiff
path: root/Help/release/dev/console-pool.rst
blob: 1d9bdb8e492a7e4b98b902293f8d07a352936be8 (plain)
1
2
3
4
5
6
7
8
9
10
console-pool
------------

* The :command:`add_custom_command` and :command:`add_custom_target`
  commands learned a new ``USES_TERMINAL`` option to request that
  the command be given direct access to the terminal if possible.
  The :generator:`Ninja` generator will places such commands in the
  ``console`` pool.  Build targets provided by CMake that are meant
  for individual interactive use, such as ``install``, are now
  placed in this pool.