CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.rst 480 B

123456789101112131415
  1. CMAKE_GLOBAL_AUTOGEN_TARGET_NAME
  2. --------------------------------
  3. .. versionadded:: 3.14
  4. Change the name of the global ``autogen`` target.
  5. When :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET` is enabled, a global custom target
  6. named ``autogen`` is created. ``CMAKE_GLOBAL_AUTOGEN_TARGET_NAME``
  7. allows to set a different name for that target.
  8. By default ``CMAKE_GLOBAL_AUTOGEN_TARGET_NAME`` is unset.
  9. See the :manual:`cmake-qt(7)` manual for more information on using CMake
  10. with Qt.