summaryrefslogtreecommitdiff
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2015-07-06 22:28:04 +0200
committerBrad King <brad.king@kitware.com>2015-07-07 09:23:21 -0400
commit2b18cdcaba48ffeee753d97d8241dbf2a8333493 (patch)
tree6f87bea38ccac379a746d349179824f802fef30e /Source/cmStringCommand.h
parent7e86f567aca6b913689dc2d8c17a17936284b811 (diff)
downloadcmake-2b18cdcaba48ffeee753d97d8241dbf2a8333493.tar.gz
string: add APPEND subcommand
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r--Source/cmStringCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index 9c75095c1c..3ed17ebd36 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -67,6 +67,7 @@ protected:
bool HandleReplaceCommand(std::vector<std::string> const& args);
bool HandleLengthCommand(std::vector<std::string> const& args);
bool HandleSubstringCommand(std::vector<std::string> const& args);
+ bool HandleAppendCommand(std::vector<std::string> const& args);
bool HandleConcatCommand(std::vector<std::string> const& args);
bool HandleStripCommand(std::vector<std::string> const& args);
bool HandleRandomCommand(std::vector<std::string> const& args);