summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2017-08-11 11:26:33 (GMT)
committerSylvain Joubert <joubert.sy@gmail.com>2017-08-11 11:26:33 (GMT)
commitd8ecc2545798c77ec5bf22bb420a3343d4843ef6 (patch)
treede0ac663a00cb494ec78452811ca1f0aac3f551d /Source/cmStringCommand.h
parentf8a61c578badb0015423580b38341bc00a3c7fd4 (diff)
downloadCMake-d8ecc2545798c77ec5bf22bb420a3343d4843ef6.zip
CMake-d8ecc2545798c77ec5bf22bb420a3343d4843ef6.tar.gz
CMake-d8ecc2545798c77ec5bf22bb420a3343d4843ef6.tar.bz2
Add PREPEND sub-command to string 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 88015ad..0dded15 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -46,6 +46,7 @@ protected:
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 HandlePrependCommand(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);