summaryrefslogtreecommitdiff
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2019-04-06 17:53:58 +0800
committerBrad King <brad.king@kitware.com>2019-04-15 11:06:06 -0400
commit536cca60ea1c037d751b03bf5da8385783856000 (patch)
tree5b3e22733a4ae2f729a3e358175ee5b69b7a5d6e /Source/cmStringCommand.h
parentdb6fdfdb053a372382ff8eadad9bfa47c1a3b4bc (diff)
downloadcmake-536cca60ea1c037d751b03bf5da8385783856000.tar.gz
string: introduce `REPEAT` sub-command
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 cbff73e99d..acde605497 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -51,6 +51,7 @@ protected:
bool HandleConcatCommand(std::vector<std::string> const& args);
bool HandleJoinCommand(std::vector<std::string> const& args);
bool HandleStripCommand(std::vector<std::string> const& args);
+ bool HandleRepeatCommand(std::vector<std::string> const& args);
bool HandleRandomCommand(std::vector<std::string> const& args);
bool HandleFindCommand(std::vector<std::string> const& args);
bool HandleTimestampCommand(std::vector<std::string> const& args);