short-object-names.rst 859 B

1234567891011121314151617181920
  1. short-object-names
  2. ------------------
  3. * There is now the :variable:`CMAKE_INTERMEDIATE_DIR_STRATEGY` variable (and
  4. associated environment variable :envvar:`CMAKE_INTERMEDIATE_DIR_STRATEGY`)
  5. that may be used to change the strategy used to name intermediate
  6. directories used for object files (and other associated target metadata). It
  7. is supported for the following generators:
  8. - :ref:`Ninja Generators`
  9. - :ref:`Makefile Generators`
  10. - :ref:`Visual Studio Generators`
  11. Note that the strategy implementation may differ between generators.
  12. * There is now the :variable:`CMAKE_AUTOGEN_INTERMEDIATE_DIR_STRATEGY`
  13. variable (and associated environment variable
  14. :envvar:`CMAKE_AUTOGEN_INTERMEDIATE_DIR_STRATEGY`)
  15. that may be used to change the strategy used to name intermediate
  16. directories used for :manual:`Qt Autogen <cmake-qt(7)>` files.