2016-10-30 18:24:19 +01:00
|
|
|
XCODE_FILE_ATTRIBUTES
|
|
|
|
---------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.7
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
Add values to the :generator:`Xcode` ``ATTRIBUTES`` setting on its reference to a
|
2016-10-30 18:24:19 +01:00
|
|
|
source file. Among other things, this can be used to set the role on
|
2019-11-11 23:01:05 +01:00
|
|
|
a ``.mig`` file::
|
2016-10-30 18:24:19 +01:00
|
|
|
|
|
|
|
set_source_files_properties(defs.mig
|
|
|
|
PROPERTIES
|
|
|
|
XCODE_FILE_ATTRIBUTES "Client;Server"
|
|
|
|
)
|