console-pool.rst 450 B

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