summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
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/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
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/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst')
-rw-r--r--Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
new file mode 100644
index 0000000..096f64e
--- /dev/null
+++ b/Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
@@ -0,0 +1,10 @@
+CMAKE_XCODE_ATTRIBUTE_<an-attribute>
+------------------------------------
+
+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 :prop_tgt:`XCODE_ATTRIBUTE_<an-attribute>` target property
+to set attributes on a specific target.