cmake/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst

12 lines
324 B
ReStructuredText
Raw Normal View History

2016-10-30 18:24:19 +01:00
XCODE_FILE_ATTRIBUTES
---------------------
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"
)