summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-27 12:16:59 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-02 21:14:02 (GMT)
commit6e636f2ebaf78141f4d0a36c96804b9a1bc89857 (patch)
tree6c46f8eea138028f770c2971f652bdcbbbb15d03 /Help/variable
parent3676fb49634efd01755aa5c12d58e2f2bf20d09f (diff)
downloadCMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.zip
CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.gz
CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.bz2
cmTarget: Make the SOURCES origin tracable.
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst b/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
index 11aed0c..edd8fa1 100644
--- a/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
+++ b/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
@@ -6,7 +6,8 @@ Enables tracing output for target properties.
This variable can be populated with a list of properties to generate
debug output for when evaluating target properties. Currently it can
only be used when evaluating the :prop_tgt:`INCLUDE_DIRECTORIES`,
-:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`, :prop_tgt:`AUTOUIC_OPTIONS`,
+:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`,
+:prop_tgt:`AUTOUIC_OPTIONS`, :prop_tgt:`SOURCES`,
:prop_tgt:`POSITION_INDEPENDENT_CODE` target properties and any other property
listed in :prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other ``COMPATIBLE_INTERFACE_``
properties. It outputs an origin for each entry in the target property.