XCODE_ATTRIBUTE_an-attribute.rst 635 B

12345678910111213141516
  1. XCODE_ATTRIBUTE_<an-attribute>
  2. ------------------------------
  3. Set Xcode target attributes directly.
  4. Tell the Xcode generator to set '<an-attribute>' to a given value in
  5. the generated Xcode project. Ignored on other generators.
  6. See the :variable:`CMAKE_XCODE_ATTRIBUTE_<an-attribute>` variable
  7. to set attributes on all targets in a directory tree.
  8. Contents of ``XCODE_ATTRIBUTE_<an-attribute>`` may use
  9. "generator expressions" with the syntax ``$<...>``. See the
  10. :manual:`cmake-generator-expressions(7)` manual for available
  11. expressions. See the :manual:`cmake-buildsystem(7)` manual
  12. for more on defining buildsystem properties.