XCODE_FILE_ATTRIBUTES.rst 347 B

12345678910111213
  1. XCODE_FILE_ATTRIBUTES
  2. ---------------------
  3. .. versionadded:: 3.7
  4. Add values to the :generator:`Xcode` ``ATTRIBUTES`` setting on its reference to a
  5. source file. Among other things, this can be used to set the role on
  6. a ``.mig`` file::
  7. set_source_files_properties(defs.mig
  8. PROPERTIES
  9. XCODE_FILE_ATTRIBUTES "Client;Server"
  10. )