LocalGenerator: Add a string overload for AppendFlags

This commit is contained in:
Ben Boeckel
2014-05-01 16:07:26 -04:00
parent 01b79c6385
commit 6fa6bedf78
8 changed files with 38 additions and 20 deletions

View File

@@ -168,6 +168,7 @@ public:
const std::string& tgt);
// append flags to a string
virtual void AppendFlags(std::string& flags, const std::string& newFlags);
virtual void AppendFlags(std::string& flags, const char* newFlags);
// append an echo command