summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-20 18:02:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-04-20 18:02:48 (GMT)
commitda65528c36fd071117d4e1aa13fa1a71c09312d8 (patch)
treefbdc872db7be10d69e04483cfb80d40bb3426b80 /Source/cmGlobalXCodeGenerator.h
parent73ff279d07712d6293126e7488960db054ce51be (diff)
parent6693590f8144a905b423ca03fa8ed98df4468bae (diff)
downloadCMake-da65528c36fd071117d4e1aa13fa1a71c09312d8.zip
CMake-da65528c36fd071117d4e1aa13fa1a71c09312d8.tar.gz
CMake-da65528c36fd071117d4e1aa13fa1a71c09312d8.tar.bz2
Merge topic 'stable-xcode-projects'
6693590f Xcode: Refine quoting rules for Strings a6331eb8 Xcode: Let PrintComment decide if the comment is non-empty 6e8952c1 Xcode: PrintComment will prepend a whitespace itself before the comment 4bd2544b Xcode: Do not add whitespace after attribute group opening brace 5cb4c838 Xcode: Properly indent PBXFileReference and PBXBuildFile a723427b Xcode: Remove extra space in PBXProject comment 2fe8bca5 Xcode: Add comment after root object 2e0e205e Xcode: Indent using tabs 7b68c8df Xcode: Sort Xcode objects by Id
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index b272f6a..1a69fce 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -150,6 +150,7 @@ private:
cmXCodeObject* buildSettings,
const std::string& buildType);
std::string ExtractFlag(const char* flag, std::string& flags);
+ void SortXCodeObjects();
// delete all objects in the this->XCodeObjects vector.
void ClearXCodeObjects();
bool CreateXCodeObjects(cmLocalGenerator* root,