CMAKE_DEBUG_TARGET_PROPERTIES.rst 660 B

12345678910111213
  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`, :prop_tgt:`AUTOUIC_OPTIONS`,
  8. :prop_tgt:`POSITION_INDEPENDENT_CODE` target properties and any other property
  9. listed in :prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other ``COMPATIBLE_INTERFACE_``
  10. properties. It outputs an origin for each entry in the target property.
  11. Default is unset.