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