mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215)
This commit is contained in:
10
Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
Normal file
10
Help/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
Normal 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.
|
||||
Reference in New Issue
Block a user