summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-22 12:51:04 (GMT)
committerBrad King <brad.king@kitware.com>2014-10-22 12:52:12 (GMT)
commit0ff69dd4d10adae277ef33059cdb5115832af557 (patch)
tree04ffa2306f4af596a732ca9d8723f63a3a24669d /Help/prop_tgt
parent54ff77dc621a91302abad0ab38d9bd26de8914b9 (diff)
downloadCMake-0ff69dd4d10adae277ef33059cdb5115832af557.zip
CMake-0ff69dd4d10adae277ef33059cdb5115832af557.tar.gz
CMake-0ff69dd4d10adae277ef33059cdb5115832af557.tar.bz2
Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
index 0be313c..de98c37 100644
--- a/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
+++ b/Help/prop_tgt/XCODE_ATTRIBUTE_an-attribute.rst
@@ -5,3 +5,6 @@ Set Xcode target attributes directly.
Tell the Xcode generator to set '<an-attribute>' to a given value in
the generated Xcode project. Ignored on other generators.
+
+See the :variable:`CMAKE_XCODE_ATTRIBUTE_<an-attribute>` variable
+to set attributes on all targets in a directory tree.