CMAKE_INSTALL_OBJECT_NAME_STRATEGY.rst 325 B

12345678910
  1. CMAKE_INSTALL_OBJECT_NAME_STRATEGY
  2. ----------------------------------
  3. .. versionadded:: 4.2
  4. Strategy to use for naming installed object files.
  5. ``CMAKE_INSTALL_OBJECT_NAME_STRATEGY`` is used to initialize the
  6. :prop_tgt:`INSTALL_OBJECT_NAME_STRATEGY` property on all targets. See that
  7. target property for more information.