mirror of https://github.com/Kitware/CMake.git
Browse Source
Merge topic 'xcode-mig-support'
Merge topic 'xcode-mig-support'
pull/254/merge8be00e44
Help: Add release note about XCODE_FILE_ATTRIBUTES source file property27eb657d
Xcode: Add support for mig files811f6c82
Xcode: Add XCODE_FILE_ATTRIBUTES source file propertyef494edf
Xcode: Don't emit empty settings blocks.82ebbf68
Xcode: Add function to conditionally add Xcode Attributes025edea0
Xcode: Add const qualifiers

committed by
CMake Topic Stage

6 changed files with 87 additions and 22 deletions
-
1Help/manual/cmake-properties.7.rst
-
11Help/prop_sf/XCODE_FILE_ATTRIBUTES.rst
-
6Help/release/dev/xcode-file-attributes.rst
-
29Source/cmGlobalXCodeGenerator.cxx
-
16Source/cmXCodeObject.cxx
-
46Source/cmXCodeObject.h
@ -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" |
|||
) |
@ -0,0 +1,6 @@ |
|||
xcode-file-attributes |
|||
--------------------- |
|||
|
|||
* A :prop_sf:`XCODE_FILE_ATTRIBUTES` source file property was |
|||
added to tell the :generator:`Xcode` generator to generate |
|||
custom content in the Xcode project attributes for the file. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue