mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)
Move the variant=<config> filter out to a helper function so that it can be re-used later for CMAKE_XCODE_ATTRIBUTE_*.
This commit is contained in:
@@ -153,6 +153,8 @@ private:
|
||||
std::string ExtractFlag(const char* flag, std::string& flags);
|
||||
std::string ExtractFlagRegex(const char* exp, int matchIndex,
|
||||
std::string& flags);
|
||||
void FilterConfigurationAttribute(std::string const& configName,
|
||||
std::string& attribute);
|
||||
void SortXCodeObjects();
|
||||
// delete all objects in the this->XCodeObjects vector.
|
||||
void ClearXCodeObjects();
|
||||
|
||||
Reference in New Issue
Block a user