summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf
diff options
context:
space:
mode:
authorJames Touton <bekenn@gmail.com>2016-06-04 01:51:18 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-17 14:49:06 (GMT)
commit811f6c825271320259ed0ccdbe3c2d577ccbdcd4 (patch)
tree55e2b36a00e567ef6219d916182eea06888b7a05 /Help/prop_sf
parentef494edf766d622f87b82e601bf6ef7405bf29d0 (diff)
downloadCMake-811f6c825271320259ed0ccdbe3c2d577ccbdcd4.zip
CMake-811f6c825271320259ed0ccdbe3c2d577ccbdcd4.tar.gz
CMake-811f6c825271320259ed0ccdbe3c2d577ccbdcd4.tar.bz2
Xcode: Add XCODE_FILE_ATTRIBUTES source file property
This adds values to the ATTRIBUTES list in PBXBuildFile settings.
Diffstat (limited to 'Help/prop_sf')
-rw-r--r--Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst b/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
new file mode 100644
index 0000000..39e6966
--- /dev/null
+++ b/Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
@@ -0,0 +1,11 @@
+XCODE_FILE_ATTRIBUTES
+---------------------
+
+Add values to the Xcode ``ATTRIBUTES`` setting on its reference to a
+source file. Among other things, this can be used to set the role on
+a mig file::
+
+ set_source_files_properties(defs.mig
+ PROPERTIES
+ XCODE_FILE_ATTRIBUTES "Client;Server"
+ )