summaryrefslogtreecommitdiff
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-18 16:21:08 +0100
committerStephen Kelly <steveire@gmail.com>2014-03-31 23:18:44 +0200
commit28e1d2f8fc08516e8fc3a009777437d3e086b8e6 (patch)
tree6706855db40e1726ad1d5e29bf8c763c7286156e /Source/cmStringCommand.h
parentbf98cc252f18e761ed9a57d2f7a9304bfbb621de (diff)
downloadcmake-28e1d2f8fc08516e8fc3a009777437d3e086b8e6.tar.gz
cmStringCommand: Add GENEX_STRIP subcommand.
Strip out any generator expressions in the input string.
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 b8053c5044..5b7412db3d 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -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
{