mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Xcode: Use regular expression to extract all optimisation flags (#15794)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user