diff options
author | Brad King <brad.king@kitware.com> | 2016-02-24 14:39:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-02-24 14:39:22 (GMT) |
commit | 99895f85b3d9ee9c3a016a93c6603b6e89e7c121 (patch) | |
tree | f1bcf3ef84dc018fa9b2f3498e5fa17e11f4097f /Source/cmXCodeObject.h | |
parent | 2186cff370c4ce775a670c9294b77a325e331fd8 (diff) | |
parent | b860a92582e64e7051ce03fe5b694450d554bb3f (diff) | |
download | CMake-99895f85b3d9ee9c3a016a93c6603b6e89e7c121.zip CMake-99895f85b3d9ee9c3a016a93c6603b6e89e7c121.tar.gz CMake-99895f85b3d9ee9c3a016a93c6603b6e89e7c121.tar.bz2 |
Merge topic 'xcode-refactor-xcodeobject'
b860a925 Xcode: Refactor block writes to allow any level of nesting
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index bd0f43f..2d876da 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -75,6 +75,10 @@ public: } static void Indent(int level, std::ostream& out); void Print(std::ostream& out); + void PrintAttribute(std::ostream& out, const int level, + const std::string separator, const int factor, + const std::string& name, const cmXCodeObject* object, + const cmXCodeObject* parent); virtual void PrintComment(std::ostream&) {} static void PrintList(std::vector<cmXCodeObject*> const&, |