summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2019-04-06 09:53:58 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-15 15:06:06 (GMT)
commit536cca60ea1c037d751b03bf5da8385783856000 (patch)
tree5b3e22733a4ae2f729a3e358175ee5b69b7a5d6e /Source/cmStringCommand.h
parentdb6fdfdb053a372382ff8eadad9bfa47c1a3b4bc (diff)
downloadCMake-536cca60ea1c037d751b03bf5da8385783856000.zip
CMake-536cca60ea1c037d751b03bf5da8385783856000.tar.gz
CMake-536cca60ea1c037d751b03bf5da8385783856000.tar.bz2
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 cbff73e..acde605 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);