CMAKE_DEBUG_TARGET_PROPERTIES.rst 711 B

1234567891011121314
  1. CMAKE_DEBUG_TARGET_PROPERTIES
  2. -----------------------------
  3. Enables tracing output for target properties.
  4. This variable can be populated with a list of properties to generate
  5. debug output for when evaluating target properties. Currently it can
  6. only be used when evaluating the :prop_tgt:`INCLUDE_DIRECTORIES`,
  7. :prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`,
  8. :prop_tgt:`AUTOUIC_OPTIONS`, :prop_tgt:`SOURCES`, :prop_tgt:`COMPILE_FEATURES`,
  9. :prop_tgt:`POSITION_INDEPENDENT_CODE` target properties and any other property
  10. listed in :prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other ``COMPATIBLE_INTERFACE_``
  11. properties. It outputs an origin for each entry in the target property.
  12. Default is unset.