mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
9 lines
316 B
ReStructuredText
9 lines
316 B
ReStructuredText
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.
|