mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 12:50:48 -05:00
XCode: Also qoute [] as needed to set build-configurations.
This commit is contained in:
@@ -141,6 +141,7 @@ public:
|
||||
}
|
||||
std::vector<cmXCodeObject*> const& GetObjectList() { return this->List;}
|
||||
void SetComment(const char* c) { this->Comment = c;}
|
||||
static void PrintString(std::ostream& os,cmStdString String);
|
||||
protected:
|
||||
void PrintString(std::ostream& os) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user