https://github.com/Kitware/CMake
Raw File
Tip revision: 3a0db0223b8c10cfaa6984253d794ab97425adf9 authored by Brad King on 23 July 2015, 12:49:45 UTC
CMake 3.3.0
Tip revision: 3a0db02
CMAKE_XCODE_ATTRIBUTE_an-attribute.rst
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.
back to top