cmStringCommand: Add GENEX_STRIP subcommand.

Strip out any generator expressions in the input string.
This commit is contained in:
Stephen Kelly
2014-03-18 16:21:08 +01:00
parent bf98cc252f
commit 28e1d2f8fc
5 changed files with 43 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ protected:
bool HandleFindCommand(std::vector<std::string> const& args);
bool HandleTimestampCommand(std::vector<std::string> const& args);
bool HandleMakeCIdentifierCommand(std::vector<std::string> const& args);
bool HandleGenexStripCommand(std::vector<std::string> const& args);
class RegexReplacement
{