Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)

This commit is contained in:
Brad King
2014-10-22 08:51:04 -04:00
parent 54ff77dc62
commit 0ff69dd4d1
3 changed files with 14 additions and 0 deletions

View File

@@ -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.