1CMAKE_DEBUG_TARGET_PROPERTIES
2-----------------------------
3
4Enables tracing output for target properties.
5
6This variable can be populated with a list of properties to generate
7debug output for when evaluating target properties.  Currently it can
8only be used when evaluating:
9
10* :prop_tgt:`AUTOUIC_OPTIONS`
11* :prop_tgt:`COMPILE_DEFINITIONS`
12* :prop_tgt:`COMPILE_FEATURES`
13* :prop_tgt:`COMPILE_OPTIONS`
14* :prop_tgt:`INCLUDE_DIRECTORIES`
15* :prop_tgt:`LINK_DIRECTORIES`
16* :prop_tgt:`LINK_OPTIONS`
17* :prop_tgt:`POSITION_INDEPENDENT_CODE`
18* :prop_tgt:`SOURCES`
19
20target properties and any other property listed in
21:prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other
22``COMPATIBLE_INTERFACE_`` properties.  It outputs an origin for each entry
23in the target property.  Default is unset.
24