1
0

CMAKE_DEBUG_TARGET_PROPERTIES.rst 471 B

1234567891011
  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 INCLUDE_DIRECTORIES,
  7. COMPILE_DEFINITIONS, COMPILE_OPTIONS and AUTOUIC_OPTIONS target properties.
  8. In that case, it outputs a backtrace for each entry in the target property.
  9. Default is unset.