Merge topic 'xcode-optimization-flags'

601e6e1a Xcode: Use regular expression to extract all optimisation flags (#15794)
This commit is contained in:
Brad King
2015-10-26 13:12:59 -04:00
committed by CMake Topic Stage
9 changed files with 106 additions and 9 deletions

View File

@@ -151,6 +151,8 @@ private:
cmXCodeObject* buildSettings,
const std::string& buildType);
std::string ExtractFlag(const char* flag, std::string& flags);
std::string ExtractFlagRegex(const char* exp, int matchIndex,
std::string& flags);
void SortXCodeObjects();
// delete all objects in the this->XCodeObjects vector.
void ClearXCodeObjects();