mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 11:18:40 +08:00
Docs: Document existing target property debugging options.
This commit is contained in:
@@ -963,9 +963,11 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
|||||||
"Enables tracing output for target properties.",
|
"Enables tracing output for target properties.",
|
||||||
"This variable can be populated with a list of properties to generate "
|
"This variable can be populated with a list of properties to generate "
|
||||||
"debug output for when evaluating target properties. Currently it can "
|
"debug output for when evaluating target properties. Currently it can "
|
||||||
"only be used when evaluating the INCLUDE_DIRECTORIES target property. "
|
"only be used when evaluating the INCLUDE_DIRECTORIES, "
|
||||||
"In that case, it outputs a backtrace for each include directory in "
|
"COMPILE_DEFINITIONS and COMPILE_OPTIONS target properties. "
|
||||||
"the build. Default is unset.",false,"Variables That Change Behavior");
|
"In that case, it outputs a backtrace for each entry in the target "
|
||||||
|
"propertythe build. Default is unset.",
|
||||||
|
false,"Variables That Change Behavior");
|
||||||
|
|
||||||
// Variables defined by CMake that describe the system
|
// Variables defined by CMake that describe the system
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user