You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
653 B

  1. CMAKE_XCODE_ATTRIBUTE_<an-attribute>
  2. ------------------------------------
  3. Set Xcode target attributes directly.
  4. Tell the :generator:`Xcode` generator to set '<an-attribute>' to a given value
  5. in the generated Xcode project. Ignored on other generators.
  6. See the :prop_tgt:`XCODE_ATTRIBUTE_<an-attribute>` target property
  7. to set attributes on a specific target.
  8. Contents of ``CMAKE_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.