diff options
author | Johan Björk <phb@spotify.com> | 2011-04-05 13:25:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-04-07 17:17:03 (GMT) |
commit | c519bb2bb60a95c8b9145af0d9c90900f5b48f3d (patch) | |
tree | a74d402bce402c782e911bc2c22b2a9fefd76093 /Source/cmXCodeObject.h | |
parent | c2f8a137152d9dc4cc08b156284f916561e1455c (diff) | |
download | CMake-c519bb2bb60a95c8b9145af0d9c90900f5b48f3d.zip CMake-c519bb2bb60a95c8b9145af0d9c90900f5b48f3d.tar.gz CMake-c519bb2bb60a95c8b9145af0d9c90900f5b48f3d.tar.bz2 |
XCode: Also qoute [] as needed to set build-configurations.
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 2bea63b..bdb4f15 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -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; |