CMAKE_DEBUG_TARGET_PROPERTIES.rst 712 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
  11. ``COMPATIBLE_INTERFACE_`` properties. It outputs an origin for each entry in
  12. the target property. Default is unset.