diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-27 12:16:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-02 21:14:02 (GMT) |
commit | 6e636f2ebaf78141f4d0a36c96804b9a1bc89857 (patch) | |
tree | 6c46f8eea138028f770c2971f652bdcbbbb15d03 /Help | |
parent | 3676fb49634efd01755aa5c12d58e2f2bf20d09f (diff) | |
download | CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.zip CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.gz CMake-6e636f2ebaf78141f4d0a36c96804b9a1bc89857.tar.bz2 |
cmTarget: Make the SOURCES origin tracable.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst | 3 |
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. |