XCode: Also qoute [] as needed to set build-configurations.

This commit is contained in:
Johan Björk
2011-04-05 15:25:58 +02:00
committed by Brad King
parent c2f8a13715
commit c519bb2bb6
2 changed files with 21 additions and 10 deletions

View File

@@ -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;