mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
string: add APPEND subcommand
This commit is contained in:
committed by
Brad King
parent
7e86f567ac
commit
2b18cdcaba
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user